Name returns the underlyinf file name, if available
()
| 1663 | |
| 1664 | // Name returns the underlyinf file name, if available |
| 1665 | func (m *mockFile) Name() string { |
| 1666 | return m.name |
| 1667 | } |
| 1668 | |
| 1669 | // ObjAddr returns the objdump address corresponding to a runtime address. |
| 1670 | func (m *mockFile) ObjAddr(addr uint64) (uint64, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected