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

Method conflicted

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

Iterate over conflicted files.

(&self)

Source from the content-addressed store, hash-verified

576
577 /// Iterate over conflicted files.
578 pub fn conflicted(&self) -> impl Iterator<Item = &FileStatusEntry> {
579 self.entries
580 .iter()
581 .filter(|e| e.status == FileStatus::Conflicted)
582 }
583
584 /// Count of conflicted files.
585 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