MCPcopy Index your code
hub / github.com/endbasic/endbasic / bytes

Method bytes

std/src/storage/mod.rs:98–100  ·  view source on GitHub ↗

Returns the amount of bytes in this disk space.

(&self)

Source from the content-addressed store, hash-verified

96
97 /// Returns the amount of bytes in this disk space.
98 pub fn bytes(&self) -> u64 {
99 self.bytes
100 }
101
102 /// Returns the number of files in this disk space.
103 pub fn files(&self) -> u64 {

Callers 4

loginMethod · 0.80
get_filesMethod · 0.80
get_fileMethod · 0.80
get_file_aclsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected