Files
codeql/python/ql/test/library-tests/ControlFlow/general/Cyclo.ql
Taus e8de8433f4 Python: Update all metrics-dependant queries
The ones that no longer require points-to no longer import
`LegacyPointsTo`. The ones that do use the specific
`...MetricsWithPointsTo` classes that are applicable.
2026-02-19 12:32:27 +00:00

6 lines
138 B
Plaintext

import python
private import LegacyPointsTo
from FunctionMetricsWithPointsTo func
select func.toString(), func.getCyclomaticComplexity()