| 159 | const fakeSource = "testdata/file1000.src" |
| 160 | |
| 161 | type fakeObj struct{} |
| 162 | |
| 163 | func (f fakeObj) Close() error { return nil } |
| 164 | func (f fakeObj) Name() string { return "testbin" } |
nothing calls this directly
no outgoing calls
no test coverage detected