testing.common.helperPCs (field)
6 uses
testing (current package)
testing.go#L393: helperPCs map[uintptr]struct{} // functions to be skipped when writing file/line info
testing.go#L515: for pc := range c.helperPCs {
testing.go#L863: if c.helperPCs == nil {
testing.go#L864: c.helperPCs = make(map[uintptr]struct{})
testing.go#L872: if _, found := c.helperPCs[pc[0]]; !found {
testing.go#L873: c.helperPCs[pc[0]] = struct{}{}
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)