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

Method conflicted_count

atomic-repository/src/status.rs:573–575  ·  view source on GitHub ↗

Count of conflicted files.

(&self)

Source from the content-addressed store, hash-verified

571
572 /// Count of conflicted files.
573 pub fn conflicted_count(&self) -> usize {
574 self.conflicted().count()
575 }
576
577 /// Iterate over clean files.
578 pub fn clean(&self) -> impl Iterator<Item = &FileStatusEntry> {

Callers 1

print_long_formatMethod · 0.80

Calls 2

conflictedMethod · 0.80
countMethod · 0.45

Tested by

no test coverage detected