Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bloomberg/comdb2
/ l_message
Function
l_message
lua/lua.c:57–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
55
56
57
static void l_message (const char *pname, const char *msg) {
58
if (pname) logmsg(LOGMSG_USER,
"%s: "
, pname);
59
logmsg(LOGMSG_USER,
"%s\n"
, msg);
60
}
61
62
63
static int report (lua_State *L, int status) {
Callers
4
report
Function · 0.85
print_version
Function · 0.85
dotty
Function · 0.85
main
Function · 0.85
Calls
1
logmsg
Function · 0.50
Tested by
no test coverage detected