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

Function f_call

src/Chain/libraries/glua/lapi.cpp:943–946  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

941
942
943static void f_call(lua_State *L, void *ud) {
944 struct CallS *c = lua_cast(struct CallS *, ud);
945 luaD_callnoyield(L, c->func, c->nresults);
946}
947
948
949

Callers

nothing calls this directly

Calls 1

luaD_callnoyieldFunction · 0.85

Tested by

no test coverage detected