CodeQL library for Go
codeql/go-all 0.7.15-dev (changelog, source)
Search

Member predicate Callable::hasLocationInfo

Holds if this element is at the specified location. The location spans column sc of line sl to column ec of line el in file fp. For more information, see Locations.

predicate hasLocationInfo(string fp, int sl, int sc, int el, int ec)