MCPcopy Create free account
hub / github.com/HairlessVillager/minecommit / total_size_mib

Method total_size_mib

minecommit/src/utils/cmd.rs:92–94  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

90
91impl RepoStats {
92 pub fn total_size_mib(&self) -> f64 {
93 self.size_mib + self.size_pack_mib + self.size_garbage_mib
94 }
95}
96
97pub fn git_count_objects(git_dir: impl AsRef<OsStr>) -> Result<RepoStats> {

Callers 2

perform_commitFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected