mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
committed by
GitHub
parent
39590a39cb
commit
abf2902a69
@@ -88,7 +88,7 @@ private predicate typePreservingStep(Node nodeFrom, Node nodeTo) {
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets a callable for the call where `nodeFrom` is used as the `i`'th argument.
|
||||
* Gets the callable for the call where `nodeFrom` is used as the `i`'th argument.
|
||||
*
|
||||
* Helper predicate to avoid bad join order experienced in `callStep`.
|
||||
* This happened when `isParameterOf` was joined _before_ `getCallable`.
|
||||
|
||||
Reference in New Issue
Block a user