mirror of
https://github.com/github/codeql.git
synced 2025-12-20 10:46:30 +01:00
In hindsight, having a `.getMetrics()` method that just returns `this` is somewhat weird. It's possible that it predates the existence of the inline cast, however.
6 lines
126 B
Plaintext
6 lines
126 B
Plaintext
import python
|
|
private import LegacyPointsTo
|
|
|
|
from FunctionMetrics func
|
|
select func.toString(), func.getCyclomaticComplexity()
|