We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8899afc commit 1a742adCopy full SHA for 1a742ad
1 file changed
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