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

Method Fetch

browsertests/testutils.go:211–214  ·  view source on GitHub ↗
(source string, duration, timeout time.Duration)

Source from the content-addressed store, hash-verified

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.
213 return f.profile, "http://pproftest.local", nil
214}
215
216var _ driver.Fetcher = testFetcher{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected