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