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

Class CallS

third-party/lua-5.5.0/src/lapi.c:1063–1066  ·  view source on GitHub ↗

** Execute a protected call. */

Source from the content-addressed store, hash-verified

1061** Execute a protected call.
1062*/
1063struct CallS { /* data to 'f_call' */
1064 StkId func;
1065 int nresults;
1066};
1067
1068
1069static void f_call (lua_State *L, void *ud) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected