Skip to content

Commit cbbdd01

Browse files
committed
Reinstate more descriptive QLDoc
1 parent 7356e74 commit cbbdd01

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

go/ql/lib/semmle/go/dataflow/ExternalFlow.qll

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,8 @@ private predicate canonicalPkgLink(string package, string subpkg) {
107107

108108
/**
109109
* Holds if MaD framework coverage of `package` is `n` api endpoints of the
110-
* kind `(kind, part)`.
110+
* kind `(kind, part)`, and `pkgs` is the number of subpackages of `package`
111+
* which have MaD framework coverage (including `package` itself).
111112
*/
112113
predicate modelCoverage(string package, int pkgs, string kind, string part, int n) {
113114
pkgs = strictcount(string subpkg | canonicalPkgLink(package, subpkg)) and

0 commit comments

Comments
 (0)