Root of the remote (as passed into NewFs)
()
| 900 | |
| 901 | // Root of the remote (as passed into NewFs) |
| 902 | func (f *Fs) Root() string { |
| 903 | return f.root |
| 904 | } |
| 905 | |
| 906 | // Features returns the optional features of this Fs |
| 907 | func (f *Fs) Features() *fs.Features { |
no outgoing calls
no test coverage detected