Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/rclone/rclone
/ Size
Method
Size
fstest/mockobject/mockobject.go:54–54 ·
view source on GitHub ↗
Size returns the size of the file
()
Source
from the content-addressed store, hash-verified
52
53
// Size returns the size of the file
54
func
(o Object) Size() int64 {
return
0 }
55
56
// Storable says whether this object can be stored
57
func
(o Object) Storable() bool {
Callers
1
Run
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected