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

Method Open

browsertests/testutils.go:93–95  ·  view source on GitHub ↗
(file string, start, limit, offset uint64, relocationSymbol string)

Source from the content-addressed store, hash-verified

91type fakeObjTool struct{}
92
93func (obj fakeObjTool) Open(file string, start, limit, offset uint64, relocationSymbol string) (driver.ObjFile, error) {
94 return fakeObj{}, nil
95}
96
97func (obj fakeObjTool) Disasm(file string, start, end uint64, intelSyntax bool) ([]driver.Inst, error) {
98 return []driver.Inst{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected