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

Method Name

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

Source from the content-addressed store, hash-verified

162
163func (f fakeObj) Close() error { return nil }
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) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected