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.
2 parents d049b11 + 2f82f43 commit 9853241Copy full SHA for 9853241
ql/ql/src/queries/performance/MissingNoinline.ql
@@ -17,6 +17,7 @@ where
17
not decl.getAnAnnotation() instanceof NoInline and
18
not decl.getAnAnnotation() instanceof NoMagic and
19
not decl.getAnAnnotation() instanceof NoOpt and
20
+ not decl.getAnAnnotation().getName() = "cached" and
21
// If it's marked as inline it's probably because the QLDoc says something like
22
// "this predicate is inlined because it gives a better join-order".
23
not decl.getAnAnnotation() instanceof Inline
0 commit comments