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

Function lua_pushnil

lua/lapi.c:428–433  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

426
427
428LUA_API void lua_pushnil (lua_State *L) {
429 lua_lock(L);
430 setnilvalue(L->top);
431 api_incr_top(L);
432 lua_unlock(L);
433}
434
435
436LUA_API void lua_pushnumber (lua_State *L, lua_Number n) {

Callers 15

luaB_tonumberFunction · 0.85
luaB_getmetatableFunction · 0.85
luaB_nextFunction · 0.85
luaB_pairsFunction · 0.85
load_auxFunction · 0.85
luaB_corunningFunction · 0.85
str_find_auxFunction · 0.85
luabb_errorFunction · 0.85
luabb_typeconvert_intFunction · 0.85
dbconsumer_getargsFunction · 0.85
dbtable_insertFunction · 0.85
dbtable_whereFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected