MCPcopy
hub / github.com/rclone/rclone / UnWrap

Method UnWrap

fs/features.go:597–597  ·  view source on GitHub ↗

UnWrap returns the Fs that this Fs is wrapping

()

Source from the content-addressed store, hash-verified

595type UnWrapper interface {
596 // UnWrap returns the Fs that this Fs is wrapping
597 UnWrap() Fs
598}
599
600// Wrapper is an optional interfaces for Fs

Implementers 15

Fsbackend/cache/cache.go
Objectbackend/cache/object.go
Objectbackend/union/upstream/upstream.go
Fsbackend/crypt/crypt.go
Objectbackend/crypt/crypt.go
ObjectInfobackend/crypt/crypt.go
Fsbackend/hasher/hasher.go
Objectbackend/hasher/hasher.go
Fsbackend/compress/compress.go
Objectbackend/compress/compress.go
ObjectInfobackend/compress/compress.go
Fsbackend/archive/archive.go

Calls

no outgoing calls