Calls to function
Author: LGTM
import python
from Value len, CallNode call
where len.getName() = 'len' and len.getACall() = call
select call
Description
Finds calls to any function named 'len'
import python
from Value len, CallNode call
where len.getName() = 'len' and len.getACall() = call
select call
Finds calls to any function named 'len'