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

Method BuildID

browsertests/testutils.go:70–70  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

68func (f fakeObj) Name() string { return "testbin" }
69func (f fakeObj) ObjAddr(addr uint64) (uint64, error) { return addr, nil }
70func (f fakeObj) BuildID() string { return "" }
71func (f fakeObj) SourceLine(addr uint64) ([]driver.Frame, error) {
72 return nil, fmt.Errorf("SourceLine unimplemented")
73}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected