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

Method SourceLine

internal/binutils/binutils.go:635–641  ·  view source on GitHub ↗
(addr uint64)

Source from the content-addressed store, hash-verified

633}
634
635func (f *file) SourceLine(addr uint64) ([]plugin.Frame, error) {
636 f.baseOnce.Do(func() { f.baseErr = f.computeBase(addr) })
637 if f.baseErr != nil {
638 return nil, f.baseErr
639 }
640 return nil, nil
641}
642
643func (f *file) Close() error {
644 return nil

Callers

nothing calls this directly

Calls 1

computeBaseMethod · 0.95

Tested by

no test coverage detected