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.
parameterMatch
1 parent 0bf0e0e commit f7e58a9Copy full SHA for f7e58a9
ruby/ql/lib/codeql/ruby/dataflow/internal/DataFlowDispatch.qll
@@ -546,7 +546,7 @@ class ArgumentPosition extends TArgumentPosition {
546
}
547
548
/** Holds if arguments at position `apos` match parameters at position `ppos`. */
549
-pragma[inline]
+pragma[nomagic]
550
predicate parameterMatch(ParameterPosition ppos, ArgumentPosition apos) {
551
ppos.isSelf() and apos.isSelf()
552
or
0 commit comments