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

Class CallS

third-party/lua-5.4.6/src/lapi.c:1030–1033  ·  view source on GitHub ↗

** Execute a protected call. */

Source from the content-addressed store, hash-verified

1028** Execute a protected call.
1029*/
1030struct CallS { /* data to 'f_call' */
1031 StkId func;
1032 int nresults;
1033};
1034
1035
1036static void f_call (lua_State *L, void *ud) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected