MCPcopy Create free account
hub / github.com/Overload-Technologies/Overload / dothecall

Function dothecall

Dependencies/lua/src/lgc.c:901–904  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

899
900
901static void dothecall (lua_State *L, void *ud) {
902 UNUSED(ud);
903 luaD_callnoyield(L, L->top.p - 2, 0);
904}
905
906
907static void GCTM (lua_State *L) {

Callers

nothing calls this directly

Calls 1

luaD_callnoyieldFunction · 0.85

Tested by

no test coverage detected