Files
codeql/python/ql/lib
Rasmus Wriedt Larsen 7a3ee0f5f8 Python: Make IterableSequenceNode LocalSourceNode
We do this to remove the inconsistencies, and to be ready for a future
where type-tracking support content tracker of depth > 1.

It works because targets of loadSteps needs to be LocalSourceNodes

predicate loadStep(Node nodeFrom, LocalSourceNode nodeTo, Content content) {
2024-03-14 10:46:29 +01:00
..
2024-03-14 10:43:28 +01:00
2022-10-13 11:21:10 -04:00