MCPcopy 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
2450static void init_null(Lua L)
2451{
2452 luabb_pushnull(L, DBTYPES_INTEGER);
2453 lua_setglobal(L, "NULL");
2454}
2455
2456void init_dbtypes(Lua lua)
2457{

Callers 1

init_dbtypesFunction · 0.85

Calls 1

luabb_pushnullFunction · 0.85

Tested by

no test coverage detected