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

Method is_zombie

atomic-core/src/crdt/trunk.rs:99–101  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

97 /// Returns `true` if the trunk is a zombie.
98 #[inline]
99 pub fn is_zombie(&self) -> bool {
100 matches!(self, TrunkState::Zombie)
101 }
102
103 /// Returns `true` if content should be output for this state.
104 #[inline]

Callers 1

validate_trunk_stateFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected