MCPcopy
hub / github.com/rclone/rclone / Name

Method Name

fs/types.go:64–64  ·  view source on GitHub ↗

Name of the remote (as passed into NewFs)

()

Source from the content-addressed store, hash-verified

62type Info interface {
63 // Name of the remote (as passed into NewFs)
64 Name() string
65
66 // Root of the remote (as passed into NewFs)
67 Root() string

Callers 15

NewFsFunction · 0.65
DirMoveMethod · 0.65
CopyMethod · 0.65
MoveMethod · 0.65
cleanupFsMethod · 0.65
fillDefaultHeadersMethod · 0.65
authenticateMethod · 0.65
ListMethod · 0.65
RmdirMethod · 0.65
mkdirMethod · 0.65

Implementers 15

Fsbackend/mega/mega.go
Fsbackend/yandex/yandex.go
Fsbackend/qingstor/qingstor.go
Fsbackend/ulozto/ulozto.go
Fsbackend/hdfs/fs.go
Fsbackend/googlephotos/googlephotos.go
Fsbackend/mailru/mailru.go
Fsbackend/zoho/zoho.go
Fsbackend/filelu/filelu.go
Fsbackend/union/union.go
Fsbackend/http/http.go
Fsbackend/opendrive/opendrive.go

Calls

no outgoing calls

Tested by 15

cleanupFsMethod · 0.52
prepareServerFunction · 0.52
TestRemoveFunction · 0.52
testArchiveFunction · 0.52
deriveFsFunction · 0.52
deriveFsFunction · 0.52
checkListingNoSizeFunction · 0.52
checkListingFunction · 0.52