MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / f_call

Function f_call

third-party/lua-5.1.5/src/lapi.c:798–801  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

796
797
798static void f_call (lua_State *L, void *ud) {
799 struct CallS *c = cast(struct CallS *, ud);
800 luaD_call(L, c->func, c->nresults);
801}
802
803
804

Callers

nothing calls this directly

Calls 1

luaD_callFunction · 0.70

Tested by

no test coverage detected