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

Method Close

browsertests/testutils.go:67–67  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

65type fakeObj struct{}
66
67func (f fakeObj) Close() error { return nil }
68func (f fakeObj) Name() string { return "testbin" }
69func (f fakeObj) ObjAddr(addr uint64) (uint64, error) { return addr, nil }
70func (f fakeObj) BuildID() string { return "" }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected