()
| 164 | func (f fakeObj) Name() string { return "testbin" } |
| 165 | func (f fakeObj) ObjAddr(addr uint64) (uint64, error) { return addr, nil } |
| 166 | func (f fakeObj) BuildID() string { return "" } |
| 167 | func (f fakeObj) SourceLine(addr uint64) ([]plugin.Frame, error) { |
| 168 | return nil, fmt.Errorf("SourceLine unimplemented") |
| 169 | } |
nothing calls this directly
no outgoing calls
no test coverage detected