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