Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/rclone/rclone
/ Size
Method
Size
backend/b2/b2.go:1729–1731 ·
view source on GitHub ↗
Size returns the size of an object in bytes
()
Source
from the content-addressed store, hash-verified
1727
1728
// Size returns the size of an object in bytes
1729
func
(o *Object) Size() int64 {
1730
return
o.size
1731
}
1732
1733
// Clean the SHA1
1734
//
Callers
4
InternalTestVersions
Method · 0.95
TestFileOpenReadUnknownSize
Function · 0.95
TestItemReadWrite
Function · 0.95
checkStringPositions
Method · 0.95
Calls
no outgoing calls
Tested by
3
InternalTestVersions
Method · 0.76
TestFileOpenReadUnknownSize
Function · 0.76
TestItemReadWrite
Function · 0.76