We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b90f9a5 commit f2c59e4Copy full SHA for f2c59e4
1 file changed
javascript/ql/lib/semmle/javascript/ApiGraphs.qll
@@ -1635,6 +1635,13 @@ module API {
1635
1636
import Cached
1637
1638
+ private module Debug {
1639
+ query predicate lostEdge(Node pred, Label::ApiLabel lbl, Node succ) {
1640
+ Stage1::edge(pred, lbl, succ) and
1641
+ not Cached::edge(pred, lbl, succ)
1642
+ }
1643
1644
+
1645
/**
1646
* Holds if there is an edge from `pred` to `succ` in the API graph.
1647
*/
0 commit comments