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

Method print_no_changes

atomic-cli/src/commands/diff/helpers.rs:70–72  ·  view source on GitHub ↗

Print a message when there are no changes.

(&self)

Source from the content-addressed store, hash-verified

68impl Diff {
69 /// Print a message when there are no changes.
70 pub(super) fn print_no_changes(&self) {
71 print_info("No changes detected");
72 }
73
74 /// Check whether a repository-relative path passes the positional
75 /// file filter (`atomic diff --change <hash> <file>...`).

Callers 4

runMethod · 0.80

Calls 1

print_infoFunction · 0.85

Tested by

no test coverage detected