| 159 | } |
| 160 | |
| 161 | type testObj struct { |
| 162 | home string |
| 163 | } |
| 164 | |
| 165 | func (o testObj) Open(file string, start, limit, offset uint64, relocationSymbol string) (plugin.ObjFile, error) { |
| 166 | switch file { |
nothing calls this directly
no outgoing calls
no test coverage detected