()
| 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 "" } |
| 71 | func (f fakeObj) SourceLine(addr uint64) ([]driver.Frame, error) { |
| 72 | return nil, fmt.Errorf("SourceLine unimplemented") |
| 73 | } |
nothing calls this directly
no outgoing calls
no test coverage detected