Files
codeql/csharp/ql/test/library-tests/dataflow/tuples/DataFlowStep.ql
2021-03-09 09:14:23 +01:00

6 lines
121 B
Plaintext

import csharp
from DataFlow::Node pred, DataFlow::Node succ
where DataFlow::localFlowStep(pred, succ)
select pred, succ