MCPcopy Index your code
hub / github.com/rclone/rclone / newObject

Method newObject

backend/crypt/crypt.go:994–999  ·  view source on GitHub ↗
(o fs.Object)

Source from the content-addressed store, hash-verified

992}
993
994func (f *Fs) newObject(o fs.Object) *Object {
995 return &Object{
996 Object: o,
997 f: f,
998 }
999}
1000
1001// Fs returns read only access to the Fs that this object is part of
1002func (o *Object) Fs() fs.Info {

Callers 6

addMethod · 0.95
NewObjectMethod · 0.95
putMethod · 0.95
CopyMethod · 0.95
MoveMethod · 0.95
PutUncheckedMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected