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

Struct testFile

internal/driver/fetch_test.go:185–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183}
184
185type testFile struct{ name, buildID string }
186
187func (f testFile) Name() string { return f.name }
188func (testFile) ObjAddr(addr uint64) (uint64, error) { return addr, nil }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected