()
| 65 | type fakeObj struct{} |
| 66 | |
| 67 | func (f fakeObj) Close() error { return nil } |
| 68 | func (f fakeObj) Name() string { return "testbin" } |
| 69 | func (f fakeObj) ObjAddr(addr uint64) (uint64, error) { return addr, nil } |
| 70 | func (f fakeObj) BuildID() string { return "" } |
nothing calls this directly
no outgoing calls
no test coverage detected