Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
CodeQL library for JavaScript/TypeScript
codeql/javascript-all 2.6.3 (changelog, source)

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)