CodeQL library for GitHub Actions
codeql/actions-all 0.4.27-dev (changelog, source)
Search

Member predicate Location::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 p. For more information, see Providing locations in CodeQL queries.

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