MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / f_call

Function f_call

Source/Misc/lua/src/lua.c:2647–2650  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2645
2646
2647static void f_call (lua_State *L, void *ud) {
2648struct CallS *c = cast(struct CallS *, ud);
2649luaD_call(L, c->func, c->nresults);
2650}
2651
2652
2653

Callers

nothing calls this directly

Calls 1

luaD_callFunction · 0.85

Tested by

no test coverage detected