Method
UnWrap
UnWrap returns the Fs that this Fs is wrapping
()
Source from the content-addressed store, hash-verified
| 595 | type 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
Objectbackend/union/upstream/upstream.go Fsbackend/hasher/hasher.go Objectbackend/hasher/hasher.go Fsbackend/compress/compress.go Objectbackend/compress/compress.go Fsbackend/archive/archive.go