MCPcopy
hub / github.com/rclone/rclone / Node

Method Node

vfs/vfs.go:91–91  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

89type Noder interface {
90 fmt.Stringer
91 Node() Node
92}
93
94// Check interfaces

Callers 15

TestFileMethodsFunction · 0.65
TestDirHandleMethodsFunction · 0.65
TestDirMethodsFunction · 0.65
DeadPropsMethod · 0.65
PatchMethod · 0.65
OpenMethod · 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 9

TestFileMethodsFunction · 0.52
TestDirHandleMethodsFunction · 0.52
TestDirMethodsFunction · 0.52