Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ state
Method
state
atomic-core/src/crdt/leaf.rs:205–207 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
203
/// Returns the current lifecycle state.
204
#[inline]
205
pub fn state(&self) -> LeafState {
206
self.state
207
}
208
209
/// Returns `true` if this token is significant for diffing.
210
///
Callers
12
print_long_format
Method · 0.45
apply_delete
Function · 0.45
apply_restore
Function · 0.45
validate_branch_state
Function · 0.45
apply_delete
Function · 0.45
apply_replace
Function · 0.45
apply_restore
Function · 0.45
validate_leaf_state
Function · 0.45
apply_delete
Function · 0.45
apply_move
Function · 0.45
apply_undelete
Function · 0.45
validate_trunk_state
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected