Call to built-in function
Author: LGTM
import go
from DataFlow::CallNode call
where call = Builtin::len().getACall()
select call
Description
Finds calls to the built-in `len` function.
import go
from DataFlow::CallNode call
where call = Builtin::len().getACall()
select call
Finds calls to the built-in `len` function.