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

Method conflicted_count

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

Count of conflicted files.

(&self)

Source from the content-addressed store, hash-verified

583
584 /// Count of conflicted files.
585 pub fn conflicted_count(&self) -> usize {
586 self.conflicted().count()
587 }
588
589 /// Iterate over clean files.
590 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