Skip to content

Commit a8aa335

Browse files
committed
Shared: QLDoc NfaUtils::Make::State::hasLocationInfo.
1 parent c17de99 commit a8aa335

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

shared/regex/codeql/regex/nfa/NfaUtils.qll

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -864,6 +864,9 @@ module Make<RegexTreeViewSig TreeImpl> {
864864
*/
865865
RegExpTerm getRepr() { result = repr }
866866

867+
/**
868+
* Holds if the term represented by this state is found at the specified location offsets.
869+
*/
867870
predicate hasLocationInfo(string file, int line, int column, int endline, int endcolumn) {
868871
repr.hasLocationInfo(file, line, column, endline, endcolumn)
869872
}

0 commit comments

Comments
 (0)