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

Method BuildID

internal/driver/webui_test.go:166–166  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

164func (f fakeObj) Name() string { return "testbin" }
165func (f fakeObj) ObjAddr(addr uint64) (uint64, error) { return addr, nil }
166func (f fakeObj) BuildID() string { return "" }
167func (f fakeObj) SourceLine(addr uint64) ([]plugin.Frame, error) {
168 return nil, fmt.Errorf("SourceLine unimplemented")
169}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected