MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / f_call

Function f_call

lib/lua/src/lapi.c:1036–1039  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1034
1035
1036static void f_call (lua_State *L, void *ud) {
1037 struct CallS *c = cast(struct CallS *, ud);
1038 luaD_callnoyield(L, c->func, c->nresults);
1039}
1040
1041
1042

Callers

nothing calls this directly

Calls 1

luaD_callnoyieldFunction · 0.85

Tested by

no test coverage detected