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

Function f_call

freebsd/contrib/openzfs/module/lua/lapi.c:918–921  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

916
917
918static void f_call (lua_State *L, void *ud) {
919 struct CallS *c = cast(struct CallS *, ud);
920 luaD_call(L, c->func, c->nresults, 0);
921}
922
923
924

Callers

nothing calls this directly

Calls 1

luaD_callFunction · 0.70

Tested by

no test coverage detected