BuildID returns the GNU build ID of the file, or an empty string.
()
| 1673 | |
| 1674 | // BuildID returns the GNU build ID of the file, or an empty string. |
| 1675 | func (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 |
nothing calls this directly
no outgoing calls
no test coverage detected