fix(carrier): C-04 — document hidden vault capacity limit and add 80% mount warning

This commit is contained in:
2026-09-19 23:17:04 +02:00
parent c606fa8132
commit c21d63ad28
6 changed files with 201 additions and 6 deletions
+4
View File
@@ -795,6 +795,10 @@ impl SanctumFs {
Ok(())
}
pub fn carrier_manifest_usage(&self) -> Option<(usize, usize, f64)> {
self.carrier_fs.as_ref().map(|cfs| cfs.manifest_usage())
}
pub fn leak_count(&self) -> u64 {
self.leak_counter().load(Ordering::Relaxed)
}