Object describes a wrapped for being read from the Fs This decrypts the remote name and decrypts the data
| 987 | // |
| 988 | // This decrypts the remote name and decrypts the data |
| 989 | type Object struct { |
| 990 | fs.Object |
| 991 | f *Fs |
| 992 | } |
| 993 | |
| 994 | func (f *Fs) newObject(o fs.Object) *Object { |
| 995 | return &Object{ |
nothing calls this directly
no outgoing calls
no test coverage detected