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

Method len

atomic-core/src/change/format_v3/hash_table.rs:450–452  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

448 /// ```
449 #[inline]
450 pub fn len(&self) -> usize {
451 self.hashes.len()
452 }
453
454 /// Returns `true` if the table is empty.
455 ///

Callers 15

serializeMethod · 0.45
deserializeMethod · 0.45
is_provenance_graphMethod · 0.45
node_countMethod · 0.45
edge_countMethod · 0.45
change_countMethod · 0.45
from_graphMethod · 0.45
compressed_lenMethod · 0.45
compression_ratioMethod · 0.45
space_savings_pctMethod · 0.45
chunk_contentFunction · 0.45
chunk_content_with_statsFunction · 0.45

Calls

no outgoing calls