| 128 | func (fakeInfo) Sys() interface{} { return nil } |
| 129 | |
| 130 | type fakeFile struct { |
| 131 | name string |
| 132 | size int64 |
| 133 | readOffset int64 |
| 134 | } |
| 135 | |
| 136 | func (f *fakeFile) Name() string { |
| 137 | return f.name |
nothing calls this directly
no outgoing calls
no test coverage detected