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

Struct fakeObj

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

Source from the content-addressed store, hash-verified

63const fakeSource = "testdata/file1000.src"
64
65type fakeObj struct{}
66
67func (f fakeObj) Close() error { return nil }
68func (f fakeObj) Name() string { return "testbin" }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected