MCPcopy
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
54func (o Object) Size() int64 { return 0 }
55
56// Storable says whether this object can be stored
57func (o Object) Storable() bool {

Callers 1

RunFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected