We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 983179b commit abc4981Copy full SHA for abc4981
rust/ql/src/queries/summary/Stats.qll
@@ -20,4 +20,6 @@ int getLinesOfUserCode() {
20
/**
21
* Gets a count of the total number of control flow graph inconsistencies in the database.
22
*/
23
-int getTotalCfgInconsistencies() { result = sum(CfgConsistency::getCfgInconsistencyCounts(_)) }
+int getTotalCfgInconsistencies() {
24
+ result = sum(string type | | CfgConsistency::getCfgInconsistencyCounts(type))
25
+}
0 commit comments