MCPcopy
hub / github.com/rclone/rclone / Object

Struct Object

backend/crypt/crypt.go:989–992  ·  view source on GitHub ↗

Object describes a wrapped for being read from the Fs This decrypts the remote name and decrypts the data

Source from the content-addressed store, hash-verified

987//
988// This decrypts the remote name and decrypts the data
989type Object struct {
990 fs.Object
991 f *Fs
992}
993
994func (f *Fs) newObject(o fs.Object) *Object {
995 return &Object{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected