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

Method SourceLine

internal/symbolizer/symbolizer_test.go:489–491  ·  view source on GitHub ↗
(addr uint64)

Source from the content-addressed store, hash-verified

487}
488
489func (mf mockObjFile) SourceLine(addr uint64) ([]plugin.Frame, error) {
490 return mf.frames[addr], nil
491}
492
493func (mockObjFile) Symbols(r *regexp.Regexp, addr uint64) ([]*plugin.Sym, error) {
494 return []*plugin.Sym{}, nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected