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

Method print_no_changes

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

Print a message when there are no changes.

(&self)

Source from the content-addressed store, hash-verified

18impl Diff {
19 /// Print a message when there are no changes.
20 pub(super) fn print_no_changes(&self) {
21 print_info("No changes detected");
22 }
23
24 /// Show the diff for a specific change by hash or prefix.
25 ///

Callers 4

runMethod · 0.80

Calls 1

print_infoFunction · 0.85

Tested by

no test coverage detected