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

Method add_up_context_vertex

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

Add a resolved predecessor vertex for the current insertion.

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

Source from the content-addressed store, hash-verified

445
446 /// Add a resolved predecessor vertex for the current insertion.
447 pub fn add_up_context_vertex(&mut self, node: GraphNode<NodeId>) {
448 self.predecessor_vertices.push(node);
449 }
450
451 /// Add a resolved successor vertex for the current insertion.
452 pub fn add_down_context_vertex(&mut self, node: GraphNode<NodeId>) {

Callers 1

write_new_vertexFunction · 0.80

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected