mirror of
https://github.com/github/codeql.git
synced 2026-04-01 21:28:16 +02:00
The ones that no longer require points-to no longer import `LegacyPointsTo`. The ones that do use the specific `...MetricsWithPointsTo` classes that are applicable.
6 lines
138 B
Plaintext
6 lines
138 B
Plaintext
import python
|
|
private import LegacyPointsTo
|
|
|
|
from FunctionMetricsWithPointsTo func
|
|
select func.toString(), func.getCyclomaticComplexity()
|