We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8af5492 commit 2722062Copy full SHA for 2722062
1 file changed
javascript/ql/lib/semmle/javascript/ApiGraphs.qll
@@ -809,8 +809,7 @@ module API {
809
* Holds if `rhs` is the right-hand side of a definition of a node that should have an
810
* incoming edge from `base` labeled `lbl` in the API graph.
811
*/
812
- cached
813
- predicate rhs(TApiNode base, Label::ApiLabel lbl, DataFlow::Node rhs) {
+ private predicate rhs(TApiNode base, Label::ApiLabel lbl, DataFlow::Node rhs) {
814
hasSemantics(rhs) and
815
(
816
base = MkRoot() and
0 commit comments