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

Method BuildID

internal/driver/driver_test.go:1675–1677  ·  view source on GitHub ↗

BuildID returns the GNU build ID of the file, or an empty string.

()

Source from the content-addressed store, hash-verified

1673
1674// BuildID returns the GNU build ID of the file, or an empty string.
1675func (m *mockFile) BuildID() string {
1676 return m.buildID
1677}
1678
1679// SourceLine reports the source line information for a given
1680// address in the file. Due to inlining, the source line information

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected