MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / lua_pushnil

Function lua_pushnil

3rd/lua-5.4.3/src/lapi.c:491–496  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

489
490
491LUA_API void lua_pushnil (lua_State *L) {
492 lua_lock(L);
493 setnilvalue(s2v(L->top));
494 api_incr_top(L);
495 lua_unlock(L);
496}
497
498
499LUA_API void lua_pushnumber (lua_State *L, lua_Number n) {

Callers 15

formatFunction · 0.85
range_formatFunction · 0.85
type_formatFunction · 0.85
set_default_configFunction · 0.85
spell_analysisFunction · 0.85
CreateFromLuaFunction · 0.85
update_name_style_configFunction · 0.85
luaB_getmetatableFunction · 0.85
luaB_nextFunction · 0.85
luaB_pairsFunction · 0.85
str_packFunction · 0.85
findfieldFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected