| 31 | ) |
| 32 | |
| 33 | type testBaseEntry struct { |
| 34 | modtime time.Time |
| 35 | mode os.FileMode |
| 36 | name string |
| 37 | owner fs.OwnerInfo |
| 38 | oid object.ID |
| 39 | } |
| 40 | |
| 41 | func (f *testBaseEntry) IsDir() bool { return false } |
| 42 | func (f *testBaseEntry) LocalFilesystemPath() string { return f.name } |
nothing calls this directly
no outgoing calls
no test coverage detected