Skip to content

Commit f8bdf92

Browse files
committed
Shared: Make 'standardFlowsTo' private.
1 parent b7bc94b commit f8bdf92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared/typetracking/codeql/typetracking/internal/TypeTrackingImpl.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ module TypeTracking<LocationSig Location, TypeTrackingInput<Location> I> {
269269
}
270270

271271
pragma[inline]
272-
predicate standardFlowsTo(Node localSource, Node dst) {
272+
private predicate standardFlowsTo(Node localSource, Node dst) {
273273
isLocalSourceNode(localSource) and
274274
dst = localSource
275275
or

0 commit comments

Comments
 (0)