MCPcopy
hub / github.com/rclone/rclone / Noder

Interface Noder

vfs/vfs.go:89–92  ·  view source on GitHub ↗

Noder represents something which can return a node

Source from the content-addressed store, hash-verified

87
88// Noder represents something which can return a node
89type Noder interface {
90 fmt.Stringer
91 Node() Node
92}
93
94// Check interfaces
95var (

Callers 8

TestFileMethodsFunction · 0.65
TestDirHandleMethodsFunction · 0.65
TestDirMethodsFunction · 0.65

Implementers 8

Filevfs/file.go
Dirvfs/dir.go
baseHandlevfs/vfs.go
RWFileHandlevfs/read_write.go
DirHandlevfs/dir_handle.go
ReadFileHandlevfs/read.go
WriteFileHandlevfs/write.go
realOsFilevfs/vfstest/os.go

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…