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

Method Name

internal/driver/driver_test.go:1665–1667  ·  view source on GitHub ↗

Name returns the underlyinf file name, if available

()

Source from the content-addressed store, hash-verified

1663
1664// Name returns the underlyinf file name, if available
1665func (m *mockFile) Name() string {
1666 return m.name
1667}
1668
1669// ObjAddr returns the objdump address corresponding to a runtime address.
1670func (m *mockFile) ObjAddr(addr uint64) (uint64, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected