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

Method Symbols

internal/driver/fetch_test.go:191–191  ·  view source on GitHub ↗
(r *regexp.Regexp, addr uint64)

Source from the content-addressed store, hash-verified

189func (f testFile) BuildID() string { return f.buildID }
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) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected