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

Method BuildID

internal/binutils/binutils.go:631–633  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

629}
630
631func (f *file) BuildID() string {
632 return f.buildID
633}
634
635func (f *file) SourceLine(addr uint64) ([]plugin.Frame, error) {
636 f.baseOnce.Do(func() { f.baseErr = f.computeBase(addr) })

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected