Size in bytes (content only, not metadata).
(&self)
| 110 | |
| 111 | /// Size in bytes (content only, not metadata). |
| 112 | pub fn content_size(&self) -> usize { |
| 113 | self.content_bytes.len() |
| 114 | } |
| 115 | } |
| 116 | |
| 117 | // ── Vault Manifest ────────────────────────────────────────────── |
no test coverage detected