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

Member predicate Location::hasLocationInfo

Holds if this element 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 Providing locations in CodeQL queries.

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