mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
qldoc changes and renaming
This commit is contained in:
@@ -25,7 +25,7 @@ DataFlow::SourceNode trackSource(DataFlow::TypeTracker t, DataFlow::SourceNode s
|
||||
exists(DataFlow::TypeTracker t2 | t = t2.step(trackSource(t2, start), result))
|
||||
or
|
||||
exists(DataFlow::TypeTracker t2 |
|
||||
result = MapsAndSetsTypeTracking::mapOrSetStep(trackSource(t2, start), t, t2)
|
||||
result = CollectionsTypeTracking::collectionStep(trackSource(t2, start), t, t2)
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user