Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bloomberg/comdb2
/ init_null
Function
init_null
lua/ltypes.c:2450–2454 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2448
}
2449
2450
static void init_null(Lua L)
2451
{
2452
luabb_pushnull(L, DBTYPES_INTEGER);
2453
lua_setglobal(L,
"NULL"
);
2454
}
2455
2456
void init_dbtypes(Lua lua)
2457
{
Callers
1
init_dbtypes
Function · 0.85
Calls
1
luabb_pushnull
Function · 0.85
Tested by
no test coverage detected