MCPcopy Create free account
hub / github.com/DeusData/codebase-memory-mcp / cbm_log_get_level

Function cbm_log_get_level

src/foundation/log.c:124–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124CBMLogLevel cbm_log_get_level(void) {
125 return atomic_load_explicit(&g_log_level, memory_order_relaxed);
126}
127
128void cbm_log_set_format(CBMLogFormat format) {
129 atomic_store_explicit(&g_log_format, format, memory_order_relaxed);

Callers 6

test_mcp.cFile · 0.85
test_httpd.cFile · 0.85
test_log.cFile · 0.85
capture_logs_startFunction · 0.85

Calls

no outgoing calls

Tested by 2

capture_logs_startFunction · 0.68