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

Method print_name_only

atomic-cli/src/commands/diff/format.rs:444–449  ·  view source on GitHub ↗

Print file names only.

(&self, file_diffs: &[FileDiff])

Source from the content-addressed store, hash-verified

442
443 /// Print file names only.
444 pub(super) fn print_name_only(&self, file_diffs: &[FileDiff]) -> CliResult<()> {
445 for file_diff in file_diffs {
446 println!("{}", file_diff.display_path());
447 }
448 Ok(())
449 }
450
451 /// Print file names with status.
452 pub(super) fn print_name_status(

Callers 4

runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected