Returns the amount of bytes in this disk space.
(&self)
| 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 { |
no outgoing calls
no test coverage detected