Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ len
Method
len
atomic-core/src/diff/ops.rs:425–427 ·
view source on GitHub ↗
Get the number of operations.
(&self)
Source
from the content-addressed store, hash-verified
423
424
/// Get the number of operations.
425
pub fn len(&self) -> usize {
426
self.ops.len()
427
}
428
429
/// Check if there are no operations.
430
pub fn is_empty(&self) -> bool {
Callers
15
resolved_count
Method · 0.45
diff_tokens
Function · 0.45
coalesce_replace
Function · 0.45
vertex_count
Method · 0.45
is_two_way
Method · 0.45
content_size
Method · 0.45
tokenize_for_fts
Function · 0.45
next_inode_adj
Method · 0.45
list_vault_entries
Method · 0.45
count_kg_nodes
Method · 0.45
count_kg_edges
Method · 0.45
cosine_similarity
Function · 0.45
Calls
no outgoing calls
Tested by
8
test_deserialize_v1_backward_compatible
Function · 0.36
test_view_state_invalid_kind
Function · 0.36
typed_iteration_covers_all_valid_edges
Function · 0.36
trunk_count
Method · 0.36
branch_count_for_trunk
Method · 0.36
leaf_count_for_branch
Method · 0.36
count_branches
Method · 0.36
count_leaves
Method · 0.36