| 661 | } |
| 662 | |
| 663 | type fakeFileInfo struct { |
| 664 | name string |
| 665 | isDir bool |
| 666 | } |
| 667 | |
| 668 | func (fi *fakeFileInfo) Name() string { return fi.name } |
| 669 | func (fi *fakeFileInfo) Size() int64 { return 0 } |
nothing calls this directly
no outgoing calls
no test coverage detected