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

Function warn

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

Source from the content-addressed store, hash-verified

19}
20
21pub fn warn(status: &str, message: &str) {
22 print(status, message, &WARN, true);
23}
24
25pub fn print(status: &str, message: &str, style: &Style, justified: bool) {
26 let style = style.render();

Callers 2

parse_firedbg_configFunction · 0.85
cache_workspaceFunction · 0.85

Calls 1

printFunction · 0.85

Tested by

no test coverage detected