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

Method Open

internal/driver/webui_test.go:189–191  ·  view source on GitHub ↗
(file string, start, limit, offset uint64, relocationSymbol string)

Source from the content-addressed store, hash-verified

187type fakeObjTool struct{}
188
189func (obj fakeObjTool) Open(file string, start, limit, offset uint64, relocationSymbol string) (plugin.ObjFile, error) {
190 return fakeObj{}, nil
191}
192
193func (obj fakeObjTool) Disasm(file string, start, end uint64, intelSyntax bool) ([]plugin.Inst, error) {
194 return []plugin.Inst{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected