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

Method conflicted

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

Iterate over conflicted files.

(&self)

Source from the content-addressed store, hash-verified

564
565 /// Iterate over conflicted files.
566 pub fn conflicted(&self) -> impl Iterator<Item = &FileStatusEntry> {
567 self.entries
568 .iter()
569 .filter(|e| e.status == FileStatus::Conflicted)
570 }
571
572 /// Count of conflicted files.
573 pub fn conflicted_count(&self) -> usize {

Callers 3

print_long_formatMethod · 0.80
print_short_formatMethod · 0.80
conflicted_countMethod · 0.80

Calls 1

iterMethod · 0.45

Tested by

no test coverage detected