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

Struct fakeObj

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

Source from the content-addressed store, hash-verified

159const fakeSource = "testdata/file1000.src"
160
161type fakeObj struct{}
162
163func (f fakeObj) Close() error { return nil }
164func (f fakeObj) Name() string { return "testbin" }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected