Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
serialize
Method · 0.45
deserialize
Method · 0.45
is_provenance_graph
Method · 0.45
node_count
Method · 0.45
edge_count
Method · 0.45
change_count
Method · 0.45
from_graph
Method · 0.45
compressed_len
Method · 0.45
compression_ratio
Method · 0.45
space_savings_pct
Method · 0.45
chunk_content
Function · 0.45
chunk_content_with_stats
Function · 0.45
Calls
no outgoing calls
Tested by
8
test_chunk_sizes_respect_bounds
Function · 0.36
test_chunk_stability_on_small_edit
Function · 0.36
test_full_pipeline
Function · 0.36
test_full_pipeline_with_different_compression_levels
Function · 0.36
test_end_to_end_header_and_hash_table
Function · 0.36
test_section_types_cover_all_file_regions
Function · 0.36
test_postcard_size_savings_demonstration
Function · 0.36
test_content_ranges_are_contiguous_for_multi_file
Function · 0.36