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

Method add_zombie_vertex

atomic-core/src/apply/workspace.rs:619–621  ·  view source on GitHub ↗

Record a zombie span by its span.

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

Source from the content-addressed store, hash-verified

617
618 /// Record a zombie span by its span.
619 pub fn add_zombie_vertex(&mut self, node: GraphNode<NodeId>) {
620 self.zombies.push(Zombie::new(node));
621 }
622
623 /// Get all zombies.
624 pub fn zombies(&self) -> &[Zombie] {

Callers 3

test_workspace_zombiesFunction · 0.45

Calls 1

pushMethod · 0.45

Tested by 3

test_workspace_zombiesFunction · 0.36