mirror of
https://github.com/github/codeql.git
synced 2026-02-11 20:51:06 +01:00
JS: Change signature of 'edges' to support quick eval
This commit is contained in:
@@ -1690,7 +1690,7 @@ module API {
|
||||
}
|
||||
|
||||
cached
|
||||
predicate edge(TApiNode pred, Label::ApiLabel lbl, TApiNode succ) {
|
||||
predicate edge(Node pred, Label::ApiLabel lbl, Node succ) {
|
||||
Stage1Local::edge(pred, lbl, succ)
|
||||
or
|
||||
Stage2::edge(pred, lbl, succ)
|
||||
|
||||
Reference in New Issue
Block a user