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

Struct fakeObjTool

browsertests/testutils.go:91–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91type fakeObjTool struct{}
92
93func (obj fakeObjTool) Open(file string, start, limit, offset uint64, relocationSymbol string) (driver.ObjFile, error) {
94 return fakeObj{}, nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected