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.3.2-preview. (GOOS=darwin 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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |