Merge pull request #841 from asger-semmle/private-higher-order-call

Approved by esben-semmle
This commit is contained in:
semmle-qlci
2019-01-30 13:34:04 +00:00
committed by GitHub

View File

@@ -708,7 +708,7 @@ private predicate summarizedHigherOrderCall(
* - The flow label mapping of the summary corresponds to the transformation from `arg` to the
* invocation of the callback.
*/
predicate higherOrderCall(
private predicate higherOrderCall(
DataFlow::Node arg, DataFlow::SourceNode callback, int i, DataFlow::Configuration cfg,
PathSummary summary
) {