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

Function register_service_msg

crates/create-rust-app_cli/src/utils/logger.rs:16–21  ·  view source on GitHub ↗
(service_name: &str)

Source from the content-addressed store, hash-verified

14}
15
16pub fn register_service_msg(service_name: &str) {
17 message(&format!(
18 "Registering service {}",
19 style(service_name).yellow()
20 ));
21}
22
23pub fn modify_file_msg(file: &str) {
24 message(&format!("Modifying {}", style(file).yellow()));

Callers 5

register_poemFunction · 0.85
register_actixFunction · 0.85
installMethod · 0.85
installMethod · 0.85
installMethod · 0.85

Calls 1

messageFunction · 0.85

Tested by

no test coverage detected