MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / dothecall

Function dothecall

src/Chain/libraries/glua/lgc.cpp:803–806  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

luaD_callnoyieldFunction · 0.85

Tested by

no test coverage detected