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

Method take_pending_edges

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

Take all pending edges, leaving the vector empty.

(&mut self)

Source from the content-addressed store, hash-verified

561
562 /// Take all pending edges, leaving the vector empty.
563 pub fn take_pending_edges(&mut self) -> Vec<PendingEdge> {
564 std::mem::take(&mut self.pending_edges)
565 }
566
567 // Parent/Child Tracking
568

Callers 1

Calls

no outgoing calls

Tested by 1