MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / lua_pushnil

Function lua_pushnil

Source/Misc/lua/src/lua.c:2270–2275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2268
2269
2270LUA_API void lua_pushnil (lua_State *L) {
2271lua_lock(L);
2272setnilvalue(L->top);
2273api_incr_top(L);
2274lua_unlock(L);
2275}
2276
2277
2278LUA_API void lua_pushnumber (lua_State *L, lua_Number n) {

Callers 15

lua__usberrorFunction · 0.85
usb.cFile · 0.85
register_Method · 0.85
copy_member_tableFunction · 0.85
super_callbackMethod · 0.85
static_class_gettableMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected