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

Method add_zombie_vertex

atomic-core/src/apply/conflict.rs:320–322  ·  view source on GitHub ↗

Add a zombie span (simplified API).

(&mut self, node: GraphNode<NodeId>)

Source from the content-addressed store, hash-verified

318
319 /// Add a zombie span (simplified API).
320 pub fn add_zombie_vertex(&mut self, node: GraphNode<NodeId>) {
321 self.zombies.push(ZombieConflict::new(node));
322 }
323
324 /// Get all zombie conflicts.
325 pub fn zombies(&self) -> &[ZombieConflict] {

Calls 1

pushMethod · 0.45