CodeQL library for Go
codeql/go-all 0.7.15-dev (changelog, source)
Search

Predicate modelCoverage

Holds if MaD framework coverage of package is n api endpoints of the kind (kind, part), and pkgs is the number of subpackages of package which have MaD framework coverage (including package itself).

Import path

import semmle.go.dataflow.ExternalFlow
predicate modelCoverage(string package, int pkgs, string kind, string part, int n)