MCPcopy Create free account
hub / github.com/SeaQL/FireDBG.for.Rust / status

Function status

command/src/console.rs:17–19  ·  view source on GitHub ↗
(status: &str, message: &str)

Source from the content-addressed store, hash-verified

15pub const INVALID: Style = AnsiColor::Yellow.on_default().effects(Effects::BOLD);
16
17pub fn status(status: &str, message: &str) {
18 print(status, message, &HEADER, true);
19}
20
21pub fn warn(status: &str, message: &str) {
22 print(status, message, &WARN, true);

Callers 6

mainFunction · 0.85
parse_trace_configFunction · 0.85
cache_workspaceFunction · 0.85
remove_firedbg_dirFunction · 0.85
run_debuggerFunction · 0.85

Calls 1

printFunction · 0.85

Tested by

no test coverage detected