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.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. |