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

Method Root

backend/cache/cache.go:902–904  ·  view source on GitHub ↗

Root of the remote (as passed into NewFs)

()

Source from the content-addressed store, hash-verified

900
901// Root of the remote (as passed into NewFs)
902func (f *Fs) Root() string {
903 return f.root
904}
905
906// Features returns the optional features of this Fs
907func (f *Fs) Features() *fs.Features {

Callers 7

httpExpireRemoteMethod · 0.95
ListMethod · 0.95
DirMoveMethod · 0.95
putMethod · 0.95
MoveMethod · 0.95
cleanRootFromPathMethod · 0.95
isRootInPathMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected