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

Predicate Make::delta

Holds if the NFA has a transition from q1 to q2 labelled with lbl.

Import path

import codeql.regex.nfa.NfaUtils
predicate delta(State q1, EdgeLabel lbl, State q2)