Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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)
70
func
(f *Fs) Root() string {
71
return
f.root
72
}
73
74
// String returns a description of the FS
75
func
(f *Fs) String() string {
Callers
2
Run
Function · 0.95
TestNewFs
Function · 0.95
Calls
no outgoing calls
Tested by
1
TestNewFs
Function · 0.76