mirror of
https://github.com/github/codeql.git
synced 2026-05-01 11:45:14 +02:00
Add missing QL doc
This commit is contained in:
@@ -14,6 +14,7 @@ predicate simpleLocalFlowStep = DataFlowPrivate::simpleLocalFlowStep/2;
|
||||
|
||||
predicate jumpStep = DataFlowPrivate::jumpStep/2;
|
||||
|
||||
/** Holds if there is a level step from `pred` to `succ`. */
|
||||
predicate levelStep(Node pred, Node succ) { none() }
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user