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

Member predicate BasicBlock::hasLocationInfo

Holds if this basic block is at the specified location. The location spans column startcolumn of line startline to column endcolumn of line endline in file filepath. For more information, see Locations.

predicate hasLocationInfo(string filepath, int startline, int startcolumn, int endline, int endcolumn)