MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / lua_pushnil

Function lua_pushnil

src/Chain/libraries/glua/lapi.cpp:453–458  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

451
452
453LUA_API void lua_pushnil(lua_State *L) {
454 lua_lock(L);
455 setnilvalue(L->top);
456 api_incr_top(L);
457 lua_unlock(L);
458}
459
460
461LUA_API void lua_pushnumber(lua_State *L, lua_Number n) {

Callers 15

utflenFunction · 0.85
byteoffsetFunction · 0.85
maxnFunction · 0.85
tremoveFunction · 0.85
ll_loadlibFunction · 0.85
ll_searchpathFunction · 0.85
str_find_auxFunction · 0.85
str_packFunction · 0.85
lua_push_storage_valueFunction · 0.85
io_typeFunction · 0.85
io_linesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected