MCPcopy Create free account
hub / github.com/bloomberg/comdb2 / db_isnull

Function db_isnull

lua/sp.c:4468–4472  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4466}
4467
4468static int db_isnull(lua_State *lua)
4469{
4470 lua_pushboolean(lua, luabb_isnull(lua, -1));
4471 return 1;
4472}
4473
4474static int db_setnull(Lua lua)
4475{

Callers

nothing calls this directly

Calls 2

lua_pushbooleanFunction · 0.85
luabb_isnullFunction · 0.85

Tested by

no test coverage detected