MCPcopy Create free account
hub / github.com/DFHack/dfhack / dothecall

Function dothecall

depends/lua/src/lgc.c:801–804  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

799
800
801static void dothecall (lua_State *L, void *ud) {
802 UNUSED(ud);
803 luaD_callnoyield(L, L->top - 2, 0);
804}
805
806
807static void GCTM (lua_State *L, int propagateerrors) {

Callers

nothing calls this directly

Calls 1

luaD_callnoyieldFunction · 0.85

Tested by

no test coverage detected