MCPcopy
hub / github.com/rclone/rclone / DirHandle

Struct DirHandle

vfs/dir_handle.go:9–13  ·  view source on GitHub ↗

DirHandle represents an open directory

Source from the content-addressed store, hash-verified

7
8// DirHandle represents an open directory
9type DirHandle struct {
10 baseHandle
11 d *Dir
12 fis []os.FileInfo // where Readdir got to
13}
14
15// newDirHandle opens a directory for read
16func newDirHandle(d *Dir) *DirHandle {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected