| 183 | } |
| 184 | |
| 185 | type testFile struct{ name, buildID string } |
| 186 | |
| 187 | func (f testFile) Name() string { return f.name } |
| 188 | func (testFile) ObjAddr(addr uint64) (uint64, error) { return addr, nil } |
nothing calls this directly
no outgoing calls
no test coverage detected