MCPcopy
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
1729func (o *Object) Size() int64 {
1730 return o.size
1731}
1732
1733// Clean the SHA1
1734//

Callers 4

InternalTestVersionsMethod · 0.95
TestItemReadWriteFunction · 0.95
checkStringPositionsMethod · 0.95

Calls

no outgoing calls

Tested by 3

InternalTestVersionsMethod · 0.76
TestItemReadWriteFunction · 0.76