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

Method is_empty

atomic-core/src/apply/conflict.rs:400–402  ·  view source on GitHub ↗

Check if the tracker is empty.

(&self)

Source from the content-addressed store, hash-verified

398
399 /// Check if the tracker is empty.
400 pub fn is_empty(&self) -> bool {
401 !self.has_conflicts()
402 }
403
404 /// Get all changes involved in conflicts.
405 pub fn involved_changes(&self) -> impl Iterator<Item = &NodeId> {

Callers 5

write_new_vertexFunction · 0.45
is_resolvedMethod · 0.45
has_zombiesMethod · 0.45
has_missing_contextsMethod · 0.45
has_order_conflictsMethod · 0.45

Calls 1

has_conflictsMethod · 0.45

Tested by

no test coverage detected