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

Struct mockFile

internal/driver/driver_test.go:1659–1662  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1657}
1658
1659type mockFile struct {
1660 name, buildID string
1661 base uint64
1662}
1663
1664// Name returns the underlyinf file name, if available
1665func (m *mockFile) Name() string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected