MCPcopy Create free account
hub / github.com/F-Stack/f-stack / dothecall

Function dothecall

freebsd/contrib/openzfs/module/lua/lgc.c:802–805  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

luaD_callFunction · 0.70

Tested by

no test coverage detected