var internal/coverage/rtcov.Meta
8 uses
internal/coverage/rtcov (current package)
rtcov.go#L40: var Meta struct {
rtcov.go#L64: slot := len(Meta.List)
rtcov.go#L65: Meta.List = append(Meta.List, CovMetaBlob{
rtcov.go#L75: if Meta.PkgMap == nil {
rtcov.go#L76: Meta.PkgMap = make(map[int]int)
rtcov.go#L78: if _, ok := Meta.PkgMap[pkgid]; ok {
rtcov.go#L83: Meta.PkgMap[pkgid] = slot
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |