()
| 19 | type Entry interface { |
| 20 | os.FileInfo |
| 21 | Owner() OwnerInfo |
| 22 | Device() DeviceInfo |
| 23 | LocalFilesystemPath() string // returns full local filesystem path or "" if not a local filesystem |
| 24 | Close() // closes or recycles any resources associated with the entry, must be idempotent |
no outgoing calls
no test coverage detected