We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73531e5 commit 4511f7cCopy full SHA for 4511f7c
javascript/ql/lib/semmle/javascript/ApiGraphs.qll
@@ -798,8 +798,7 @@ module API {
798
* Holds if `rhs` is the right-hand side of a definition of a node that should have an
799
* incoming edge from `base` labeled `lbl` in the API graph.
800
*/
801
- cached
802
- predicate rhs(TApiNode base, Label::ApiLabel lbl, DataFlow::Node rhs) {
+ private predicate rhs(TApiNode base, Label::ApiLabel lbl, DataFlow::Node rhs) {
803
hasSemantics(rhs) and
804
(
805
base = MkRoot() and
0 commit comments