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

Function dothecall

extlibs/lua/src/lgc.c:830–833  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

828
829
830static void dothecall (lua_State *L, void *ud) {
831 UNUSED(ud);
832 luaD_callnoyield(L, L->top - 2, 0);
833}
834
835
836static void GCTM (lua_State *L) {

Callers

nothing calls this directly

Calls 1

luaD_callnoyieldFunction · 0.85

Tested by

no test coverage detected