BuildID returns the GNU build ID of the file, or an empty string.
()
| 139 | |
| 140 | // BuildID returns the GNU build ID of the file, or an empty string. |
| 141 | BuildID() string |
| 142 | |
| 143 | // SourceLine reports the source line information for a given |
| 144 | // address in the file. Due to inlining, the source line information |
nothing calls this directly
no outgoing calls
no test coverage detected