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

Struct testFetcher

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

Source from the content-addressed store, hash-verified

205var _ driver.UI = testUI{}
206
207type testFetcher struct {
208 profile *profile.Profile
209}
210
211func (f testFetcher) Fetch(source string, duration, timeout time.Duration) (*profile.Profile, string, error) {
212 // http://pproftest.local prevents file from being saved.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected