Size in bytes (content only, not metadata).
(&self)
| 118 | |
| 119 | /// Size in bytes (content only, not metadata). |
| 120 | pub fn content_size(&self) -> usize { |
| 121 | self.content_bytes.len() |
| 122 | } |
| 123 | } |
| 124 | |
| 125 | // ── Vault Manifest ────────────────────────────────────────────── |
no test coverage detected