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

Method SourceLine

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

Source from the content-addressed store, hash-verified

188func (testFile) ObjAddr(addr uint64) (uint64, error) { return addr, nil }
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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected