MCPcopy Create free account
hub / github.com/cuberite/cuberite / lua_pushnil

Function lua_pushnil

lib/lua/src/lapi.c:421–426  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

419
420
421LUA_API void lua_pushnil (lua_State *L) {
422 lua_lock(L);
423 setnilvalue(L->top);
424 api_incr_top(L);
425 lua_unlock(L);
426}
427
428
429LUA_API void lua_pushnumber (lua_State *L, lua_Number n) {

Callers 15

tolua_pushstringFunction · 0.85
tolua_pushuserdataFunction · 0.85
tolua_pushusertypeFunction · 0.85
mapsuperFunction · 0.85
set_uboxFunction · 0.85
tolua_bnd_castFunction · 0.85
tolua_bnd_getpeerFunction · 0.85
module_index_eventFunction · 0.85
class_index_eventFunction · 0.85
class_newindex_eventFunction · 0.85
class_gc_eventFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected