MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / content_size

Method content_size

atomic-core/src/pristine/vault.rs:120–122  ·  view source on GitHub ↗

Size in bytes (content only, not metadata).

(&self)

Source from the content-addressed store, hash-verified

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 ──────────────────────────────────────────────

Callers 2

Calls 1

lenMethod · 0.45

Tested by

no test coverage detected