Skip to content

Commit 6b2e86a

Browse files
committed
Accept review suggestion
1 parent 3fb5ad2 commit 6b2e86a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

cpp/ql/lib/semmle/code/cpp/dataflow/ExternalFlow.qll

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -203,9 +203,10 @@ private predicate canonicalNamespaceLink(string namespace, string subns) {
203203
}
204204

205205
/**
206-
* Holds if MaD framework coverage of `package` is `n` api endpoints of the
207-
* kind `(kind, part)`, and `pkgs` is the number of subpackages of `package`
208-
* which have MaD framework coverage (including `package` itself).
206+
* Holds if MaD framework coverage of `namespace` is `n` api endpoints of the
207+
* kind `(kind, part)`, and `namespaces` is the number of subnamespaces of
208+
* `namespace` which have MaD framework coverage (including `namespace`
209+
* itself).
209210
*/
210211
predicate modelCoverage(string namespace, int namespaces, string kind, string part, int n) {
211212
namespaces = strictcount(string subns | canonicalNamespaceLink(namespace, subns)) and

0 commit comments

Comments
 (0)