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

Struct fakeObjTool

internal/driver/webui_test.go:187–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185}
186
187type fakeObjTool struct{}
188
189func (obj fakeObjTool) Open(file string, start, limit, offset uint64, relocationSymbol string) (plugin.ObjFile, error) {
190 return fakeObj{}, nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected