go/src/cmd/internal/cov/covcmd/cmddefs.go

type CoverPkgConfig

type CoverFixupConfig

// MetaFileForPackage returns the expected name of the meta-data file
// for the package whose import path is 'importPath' in cases where
// we're using meta-data generated by the cover tool, as opposed to a
// meta-data file created at runtime.
func MetaFileForPackage(importPath string) string {}