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

Method is_deleted

atomic-core/src/crdt/leaf.rs:79–81  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

77 /// Returns `true` if the leaf is deleted.
78 #[inline]
79 pub fn is_deleted(&self) -> bool {
80 matches!(self, LeafState::Deleted)
81 }
82
83 /// Returns the state as a single character for compact display.
84 pub fn as_char(&self) -> char {

Callers 13

find_ancestor_contentMethod · 0.45
apply_deleteFunction · 0.45
apply_restoreFunction · 0.45
validate_branch_stateFunction · 0.45
apply_deleteFunction · 0.45
apply_replaceFunction · 0.45
apply_restoreFunction · 0.45
validate_leaf_stateFunction · 0.45
apply_deleteFunction · 0.45
apply_moveFunction · 0.45
apply_undeleteFunction · 0.45
validate_trunk_stateFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected