CodeQL library for JavaScript/TypeScript
codeql/javascript-all 0.8.13 (changelog, source)
Search

Member predicate AngularJS::NgSourceProvider::providesSourceAt

Holds if this element provides the source as src for an AngularJS expression at the specified location. The location spans column startColumn of line startLine to column endColumn of line endLine in file filepath.

predicate providesSourceAt(string src, string filepath, int startLine, int startColumn, int endLine, int endColumn)