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

Class CallS

third-party/lua-5.3.5/src/lapi.c:935–938  ·  view source on GitHub ↗

** Execute a protected call. */

Source from the content-addressed store, hash-verified

933** Execute a protected call.
934*/
935struct CallS { /* data to 'f_call' */
936 StkId func;
937 int nresults;
938};
939
940
941static void f_call (lua_State *L, void *ud) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected