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

Method content_size

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

Size in bytes (content only, not metadata).

(&self)

Source from the content-addressed store, hash-verified

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

Callers 1

Calls 1

lenMethod · 0.45

Tested by

no test coverage detected