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

Method Close

internal/driver/fetch_test.go:192–192  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

190func (testFile) SourceLine(addr uint64) ([]plugin.Frame, error) { return nil, nil }
191func (testFile) Symbols(r *regexp.Regexp, addr uint64) ([]*plugin.Sym, error) { return nil, nil }
192func (testFile) Close() error { return nil }
193
194func TestFetch(t *testing.T) {
195 const path = "testdata/"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected