MCPcopy 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_formatMethod · 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