mirror of
https://github.com/github/codeql.git
synced 2026-03-30 20:28:15 +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()
|