MCPcopy
hub / github.com/rclone/rclone / Fs

Struct Fs

backend/crypt/crypt.go:320–328  ·  view source on GitHub ↗

Fs represents a wrapped fs.Fs

Source from the content-addressed store, hash-verified

318
319// Fs represents a wrapped fs.Fs
320type Fs struct {
321 fs.Fs
322 wrapper fs.Fs
323 name string
324 root string
325 opt Options
326 features *fs.Features // optional features
327 cipher *Cipher
328}
329
330// Name of the remote (as passed into NewFs)
331func (f *Fs) Name() string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected