MCPcopy
hub / github.com/rclone/rclone / storage

Method storage

backend/cache/handle.go:90–92  ·  view source on GitHub ↗

storage is a convenience method to get the persistent storage of the object's manager

()

Source from the content-addressed store, hash-verified

88
89// storage is a convenience method to get the persistent storage of the object's manager
90func (r *Handle) storage() *Persistent {
91 return r.cacheFs().cache
92}
93
94// String representation of this reader
95func (r *Handle) String() string {

Callers 3

getChunkMethod · 0.95
runMethod · 0.80
downloadMethod · 0.80

Calls 1

cacheFsMethod · 0.95

Tested by

no test coverage detected