MCPcopy 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
43bool debug_is_open(void) {
44 return atomic_load_explicit(&debug_atomics.open, memory_order_relaxed);
45}
46
47int debug_get_flags(void) {
48 return atomic_load_explicit(&debug_atomics.flags, memory_order_relaxed);

Callers 1

debug_openFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected