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

Struct Fs

backend/memory/memory.go:66–73  ·  view source on GitHub ↗

Fs represents a remote memory server

Source from the content-addressed store, hash-verified

64
65// Fs represents a remote memory server
66type Fs struct {
67 name string // name of this remote
68 root string // the path we are working on if any
69 opt Options // parsed config options
70 rootBucket string // bucket part of root (if any)
71 rootDirectory string // directory part of root (if any)
72 features *fs.Features // optional features
73}
74
75// bucketsInfo holds info about all the buckets
76type bucketsInfo struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected