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

Method format_action

atomic-cli/src/commands/remove.rs:209–215  ·  view source on GitHub ↗

Format the output message based on mode.

(&self)

Source from the content-addressed store, hash-verified

207
208 /// Format the output message based on mode.
209 fn format_action(&self) -> &'static str {
210 if self.keep {
211 "Untracking"
212 } else {
213 "Removing"
214 }
215 }
216}
217
218impl Default for Remove {

Callers 1

runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected