MCPcopy Index your code
hub / github.com/rclone/rclone / split

Method split

backend/memory/memory.go:234–236  ·  view source on GitHub ↗

split returns bucket and bucketPath from the object

()

Source from the content-addressed store, hash-verified

232
233// split returns bucket and bucketPath from the object
234func (o *Object) split() (bucket, bucketPath string) {
235 return o.fs.split(o.remote)
236}
237
238// setRoot changes the root of the Fs
239func (f *Fs) setRoot(root string) {

Callers 2

UpdateMethod · 0.95
RemoveMethod · 0.95

Calls 1

splitMethod · 0.45

Tested by

no test coverage detected