Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ScriptedAlchemy/tracedecay
/ warn
Method
warn
src/agents/mod.rs:429–432 ·
view source on GitHub ↗
(&mut self, msg: &str)
Source
from the content-addressed store, hash-verified
427
self.issues += 1;
428
}
429
pub fn warn(&mut self, msg: &str) {
430
eprintln!(
" \x1b[33m!\x1b[0m {msg}"
);
431
self.warnings += 1;
432
}
433
pub fn info(&self, msg: &str) {
434
eprintln!(
" {msg}"
);
435
}
Callers
15
run_doctor
Function · 0.80
check_database
Function · 0.80
check_global_db
Function · 0.80
check_stale_stores
Function · 0.80
check_stale_code_projects
Function · 0.80
check_orphan_store_manifests
Function · 0.80
check_watcher
Function · 0.80
check_user_config
Function · 0.80
check_external_tools
Function · 0.80
check_network
Function · 0.80
doctor_check_vscode_settings
Function · 0.80
doctor_check_cli_settings
Function · 0.80
Calls
no outgoing calls
Tested by
1
test_doctor_counters
Function · 0.64