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

Method iter_mut

atomic-core/src/crdt/apply/conflict.rs:572–574  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

570 /// Returns a mutable iterator over the conflicts.
571 #[inline]
572 pub fn iter_mut(&mut self) -> impl Iterator<Item = &mut CrdtConflict> {
573 self.conflicts.iter_mut()
574 }
575
576 /// Returns the conflicts as a slice.
577 #[inline]

Callers 15

list_stashesMethod · 0.80
generate_ulid_lowercasedFunction · 0.80
merge_items_into_sectionFunction · 0.80
build_files_and_metadataFunction · 0.80
anchor_to_graphFunction · 0.80
consolidateFunction · 0.80
resolve_human_gateMethod · 0.80
add_hook_to_matcherFunction · 0.80
remove_atomic_hooksFunction · 0.80
add_hook_to_matcherFunction · 0.80
remove_atomic_hooksFunction · 0.80
enrich_file_ops_for_addFunction · 0.80

Calls

no outgoing calls

Tested by 3

test_tracker_iter_mutFunction · 0.64
test_tracker_unresolvedFunction · 0.64