Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_state
Function · 0.45
validate_leaf_state
Function · 0.45
validate_trunk_state
Function · 0.45
record
Method · 0.45
file_ops_already_materialized
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected