testing.common.helperNames (field)
6 uses
testing (current package)
testing.go#L394: helperNames map[string]struct{} // helperPCs converted to function names
testing.go#L513: if c.helperNames == nil {
testing.go#L514: c.helperNames = make(map[string]struct{})
testing.go#L516: c.helperNames[pcToName(pc)] = struct{}{}
testing.go#L519: if _, ok := c.helperNames[frame.Function]; !ok {
testing.go#L874: c.helperNames = nil // map will be recreated next time it is needed
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)