Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
4468
static int db_isnull(lua_State *lua)
4469
{
4470
lua_pushboolean(lua, luabb_isnull(lua, -1));
4471
return 1;
4472
}
4473
4474
static int db_setnull(Lua lua)
4475
{
Callers
nothing calls this directly
Calls
2
lua_pushboolean
Function · 0.85
luabb_isnull
Function · 0.85
Tested by
no test coverage detected