Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CE-Programming/CEmu
/ debug_is_open
Function
debug_is_open
core/debug/debug.c:43–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
41
}
42
43
bool debug_is_open(void) {
44
return atomic_load_explicit(&debug_atomics.open, memory_order_relaxed);
45
}
46
47
int debug_get_flags(void) {
48
return atomic_load_explicit(&debug_atomics.flags, memory_order_relaxed);
Callers
1
debug_open
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected