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

Method Fs

fs/object/object.go:230–232  ·  view source on GitHub ↗

Fs returns read only access to the Fs that this object is part of

()

Source from the content-addressed store, hash-verified

228
229// Fs returns read only access to the Fs that this object is part of
230func (o *MemoryObject) Fs() fs.Info {
231 return o.fs
232}
233
234// SetFs sets the Fs that this memory object thinks it is part of
235// It will ignore nil f

Callers 1

TestMemoryObjectFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestMemoryObjectFunction · 0.76