MCPcopy Create free account
hub / github.com/Wulf/create-rust-app / modify_file_msg

Function modify_file_msg

crates/create-rust-app_cli/src/utils/logger.rs:23–25  ·  view source on GitHub ↗
(file: &str)

Source from the content-addressed store, hash-verified

21}
22
23pub fn modify_file_msg(file: &str) {
24 message(&format!("Modifying {}", style(file).yellow()));
25}
26
27pub fn remove_file_msg(file: &str) {
28 message(&format!("Removing {}", style(file).yellow()));

Callers 3

prependFunction · 0.85
appendFunction · 0.85
replaceFunction · 0.85

Calls 1

messageFunction · 0.85

Tested by

no test coverage detected