Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
994
func
(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
1002
func
(o *Object) Fs() fs.Info {
Callers
6
add
Method · 0.95
NewObject
Method · 0.95
put
Method · 0.95
Copy
Method · 0.95
Move
Method · 0.95
PutUnchecked
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected