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

Method is_alive

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

Source from the content-addressed store, hash-verified

71 /// Returns `true` if the leaf is alive.
72 #[inline]
73 pub fn is_alive(&self) -> bool {
74 matches!(self, LeafState::Alive)
75 }
76
77 /// Returns `true` if the leaf is deleted.
78 #[inline]

Callers 5

validate_branch_stateFunction · 0.45
validate_leaf_stateFunction · 0.45
validate_trunk_stateFunction · 0.45
recordMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected