Rust: Address QL-for-QL complaint.

This commit is contained in:
Geoffrey White
2024-10-15 11:30:03 +01:00
parent 983179b84e
commit abc4981300

View File

@@ -20,4 +20,6 @@ int getLinesOfUserCode() {
/**
* Gets a count of the total number of control flow graph inconsistencies in the database.
*/
int getTotalCfgInconsistencies() { result = sum(CfgConsistency::getCfgInconsistencyCounts(_)) }
int getTotalCfgInconsistencies() {
result = sum(string type | | CfgConsistency::getCfgInconsistencyCounts(type))
}