MCPcopy Create free account
hub / github.com/google/pprof / closedError

Function closedError

internal/driver/fetch_test.go:605–610  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

603}
604
605func closedError() string {
606 if runtime.GOOS == "plan9" {
607 return "listen hungup"
608 }
609 return "use of closed"
610}
611
612func TestHTTPSInsecure(t *testing.T) {
613 if runtime.GOOS == "nacl" || runtime.GOOS == "js" {

Callers 2

TestHTTPSInsecureFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…