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

Class CallS

third-party/lua-5.1.5/src/lapi.c:792–795  ·  view source on GitHub ↗

** Execute a protected call. */

Source from the content-addressed store, hash-verified

790** Execute a protected call.
791*/
792struct CallS { /* data to `f_call' */
793 StkId func;
794 int nresults;
795};
796
797
798static void f_call (lua_State *L, void *ud) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected