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

Method unresolved_forks

atomic-core/src/merge/resolved.rs:115–117  ·  view source on GitHub ↗

Get all unresolved fork conflict groups.

(&self)

Source from the content-addressed store, hash-verified

113
114 /// Get all unresolved fork conflict groups.
115 pub fn unresolved_forks(&self) -> &[Vec<VertexId>] {
116 &self.unresolved_forks
117 }
118
119 /// Find the fork group a vertex belongs to, if any.
120 pub fn fork_group_for(&self, vid: VertexId) -> Option<&[VertexId]> {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected