Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
23
pub fn modify_file_msg(file: &str) {
24
message(&format!(
"Modifying {}"
, style(file).yellow()));
25
}
26
27
pub fn remove_file_msg(file: &str) {
28
message(&format!(
"Removing {}"
, style(file).yellow()));
Callers
3
prepend
Function · 0.85
append
Function · 0.85
replace
Function · 0.85
Calls
1
message
Function · 0.85
Tested by
no test coverage detected