| 1657 | } |
| 1658 | |
| 1659 | type mockFile struct { |
| 1660 | name, buildID string |
| 1661 | base uint64 |
| 1662 | } |
| 1663 | |
| 1664 | // Name returns the underlyinf file name, if available |
| 1665 | func (m *mockFile) Name() string { |
nothing calls this directly
no outgoing calls
no test coverage detected