MCPcopy
hub / github.com/rclone/rclone / Root

Method Root

fstest/mockfs/mockfs.go:70–72  ·  view source on GitHub ↗

Root of the remote (as passed into NewFs)

()

Source from the content-addressed store, hash-verified

68
69// Root of the remote (as passed into NewFs)
70func (f *Fs) Root() string {
71 return f.root
72}
73
74// String returns a description of the FS
75func (f *Fs) String() string {

Callers 2

RunFunction · 0.95
TestNewFsFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestNewFsFunction · 0.76