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

Function is_console_debug_enabled

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

Source from the content-addressed store, hash-verified

61}
62
63pub fn is_console_debug_enabled() -> bool {
64 return CONSOLE_ENABLED.to_owned() > 3;
65}
66
67pub fn is_console_info_enabled() -> bool {
68 return CONSOLE_ENABLED.to_owned() > 2;

Callers 5

debugFunction · 0.85
delete_java_refFunction · 0.85
delete_java_local_refFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected