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

Method ObjAddr

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

Source from the content-addressed store, hash-verified

186
187func (f testFile) Name() string { return f.name }
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 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected