Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bloomberg/comdb2
/ logmsg_level_value
Function
logmsg_level_value
util/logmsg.c:320–323 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
318
}
319
320
void *logmsg_level_value(void *unused)
321
{
322
return logmsg_level_str(level);
323
}
324
325
int logmsg_level_update(void *unused, void *value)
326
{
Callers
nothing calls this directly
Calls
1
logmsg_level_str
Function · 0.85
Tested by
no test coverage detected