Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
63
pub fn is_console_debug_enabled() -> bool {
64
return CONSOLE_ENABLED.to_owned() > 3;
65
}
66
67
pub fn is_console_info_enabled() -> bool {
68
return CONSOLE_ENABLED.to_owned() > 2;
Callers
5
debug
Function · 0.85
create_global_ref_from_local_ref
Function · 0.85
_create_weak_global_ref_from_global_ref
Function · 0.85
delete_java_ref
Function · 0.85
delete_java_local_ref
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected