MCPcopy Create free account
hub / github.com/astonbitecode/j4rs / is_console_warn_enabled

Function is_console_warn_enabled

rust/src/logger.rs:71–73  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

69}
70
71pub fn is_console_warn_enabled() -> bool {
72 return CONSOLE_ENABLED.to_owned() > 1;
73}
74
75pub fn is_console_error_enabled() -> bool {
76 return CONSOLE_ENABLED.to_owned() > 0;

Callers 1

warnFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected