MCPcopy
hub / github.com/rclone/rclone / Size

Method Size

cmd/tree/tree.go:172–174  ·  view source on GitHub ↗

Size in bytes for regular files; system-dependent for others

()

Source from the content-addressed store, hash-verified

170
171// Size in bytes for regular files; system-dependent for others
172func (to *FileInfo) Size() int64 {
173 return to.entry.Size()
174}
175
176// Mode is file mode bits
177func (to *FileInfo) Mode() os.FileMode {

Callers 4

Calls 1

SizeMethod · 0.65

Tested by 4