Merge pull request #21344 from github/tausbn/python-remove-points-to-from-metrics-libraries

Python: Remove points-to from metrics library
This commit is contained in:
Taus
2026-02-24 15:55:16 +01:00
committed by GitHub
32 changed files with 190 additions and 182 deletions

View File

@@ -1,5 +1,5 @@
import python
private import LegacyPointsTo
from FunctionMetrics func
from FunctionMetricsWithPointsTo func
select func.toString(), func.getCyclomaticComplexity()