Skip to content

Commit b83416f

Browse files
committed
Dataflow: Make two predicates private.
1 parent 52a232e commit b83416f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shared/dataflow/codeql/dataflow/internal/DataFlowImplCommon.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ module MakeImplCommon<LocationSig Location, InputSig<Location> Lang> {
462462
private import Input
463463

464464
pragma[nomagic]
465-
DataFlowCallable viableImplInCallContextExtIn(DataFlowCall call, DataFlowCall ctx) {
465+
private DataFlowCallable viableImplInCallContextExtIn(DataFlowCall call, DataFlowCall ctx) {
466466
reducedViableImplInCallContextCand(call, _, ctx) and
467467
result = viableImplInCallContextExt(call, ctx) and
468468
relevantCallEdgeIn(call, result)
@@ -495,7 +495,7 @@ module MakeImplCommon<LocationSig Location, InputSig<Location> Lang> {
495495
}
496496

497497
pragma[nomagic]
498-
DataFlowCallable viableImplInCallContextExtOut(DataFlowCall call, DataFlowCall ctx) {
498+
private DataFlowCallable viableImplInCallContextExtOut(DataFlowCall call, DataFlowCall ctx) {
499499
exists(DataFlowCallable c |
500500
reducedViableImplInReturnCand(result, call) and
501501
result = viableImplInCallContextExt(call, ctx) and

0 commit comments

Comments
 (0)