MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / callclose

Function callclose

extlibs/lua/src/lfunc.c:103–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101
102
103static void callclose (lua_State *L, void *ud) {
104 UNUSED(ud);
105 luaD_callnoyield(L, L->top - 3, 0);
106}
107
108
109/*

Callers 2

callclosemthFunction · 0.85
luaF_newtbcupvalFunction · 0.85

Calls 1

luaD_callnoyieldFunction · 0.85

Tested by

no test coverage detected