mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +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.
7 lines
137 B
Plaintext
7 lines
137 B
Plaintext
import python
|
|
private import LegacyPointsTo
|
|
|
|
from ModuleMetrics m, int n
|
|
where n = m.getNumberOfLinesOfComments()
|
|
select m.toString(), n
|