Skip to main content

bytes_on_disk

Function bytes_on_disk 

Source
pub fn bytes_on_disk(root: &Path) -> Result<u64, MemoryError>
Expand description

Sum of every regular file’s length under root.

§Errors

Returns crate::MemoryError under the same conditions as fingerprint.