Skip to content

Commit 9e87bf3

Browse files
committed
JS: make higherOrderCall private
1 parent e891ab7 commit 9e87bf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/src/semmle/javascript/dataflow/Configuration.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -708,7 +708,7 @@ private predicate summarizedHigherOrderCall(
708708
* - The flow label mapping of the summary corresponds to the transformation from `arg` to the
709709
* invocation of the callback.
710710
*/
711-
predicate higherOrderCall(
711+
private predicate higherOrderCall(
712712
DataFlow::Node arg, DataFlow::SourceNode callback, int i, DataFlow::Configuration cfg,
713713
PathSummary summary
714714
) {

0 commit comments

Comments
 (0)