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.
1 parent 844e012 commit 0ea55a9Copy full SHA for 0ea55a9
ruby/ql/lib/codeql/ruby/ApiGraphs.qll
@@ -613,7 +613,9 @@ module API {
613
}
614
615
pragma[nomagic]
616
- private DataFlow::Node useNodeStep(DataFlow::LocalSourceNode mid, TypeTracker tmid, TypeTracker t) {
+ private DataFlow::Node useNodeStep(
617
+ DataFlow::LocalSourceNode mid, TypeTracker tmid, TypeTracker t
618
+ ) {
619
exists(TypeBackTracker tb |
620
result = mid.track(tmid, t) and
621
pragma[only_bind_into](result) = useCandRev(pragma[only_bind_into](tb)) and
0 commit comments