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