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

Method resolved_count

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

How many conflict groups were resolved.

(&self)

Source from the content-addressed store, hash-verified

103
104 /// How many conflict groups were resolved.
105 pub fn resolved_count(&self) -> usize {
106 self.merged.len()
107 }
108
109 /// Record an unresolved fork conflict group.
110 pub fn insert_unresolved_fork(&mut self, children: Vec<VertexId>) {

Callers 1

output_file_with_filterFunction · 0.80

Calls 1

lenMethod · 0.45

Tested by

no test coverage detected