MCPcopy
hub / github.com/rclone/rclone / Base

Method Base

backend/pixeldrain/api_client.go:30–32  ·  view source on GitHub ↗

Base returns the base node of the path, this is the node that the path points to

()

Source from the content-addressed store, hash-verified

28// Base returns the base node of the path, this is the node that the path points
29// to
30func (fsp *FilesystemPath) Base() FilesystemNode {
31 return fsp.Path[fsp.BaseIndex]
32}
33
34// FilesystemNode is a single node in the pixeldrain filesystem. Usually part of
35// a Path or Children slice. The Node is also returned as response from update

Callers 15

ShallowDirectoryFunction · 0.80
DirectoryFromOriginalFunction · 0.80
TestIntegrationFunction · 0.80
eligibleForSpeedupMethod · 0.80
multipartUploadMethod · 0.80
uploadFileMethod · 0.80
TestFsNoSlashRootsFunction · 0.80
PutMethod · 0.80
OpenChunkWriterMethod · 0.80
MoveMethod · 0.80
dirMoveEntireDirMethod · 0.80
CloseMethod · 0.80

Calls

no outgoing calls

Tested by 9

TestIntegrationFunction · 0.64
TestFsNoSlashRootsFunction · 0.64
InternalTestVersionsMethod · 0.64
InternalTestVersionsMethod · 0.64
TestCacheNewFunction · 0.64
TestCacheOpenMkdirFunction · 0.64
copyFileMethod · 0.64
listDirMethod · 0.64