Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeusData/codebase-memory-mcp
/ cbm_log_get_level
Function
cbm_log_get_level
src/foundation/log.c:87–89 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
85
}
86
87
CBMLogLevel cbm_log_get_level(void) {
88
return g_log_level;
89
}
90
91
void cbm_log_set_format(CBMLogFormat format) {
92
g_log_format = format;
Callers
4
test_mcp.c
File · 0.85
test_httpd.c
File · 0.85
test_log.c
File · 0.85
capture_logs_start
Function · 0.85
Calls
no outgoing calls
Tested by
1
capture_logs_start
Function · 0.68