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

Class CallS

third-party/lua-5.2.4/src/lapi.c:915–918  ·  view source on GitHub ↗

** Execute a protected call. */

Source from the content-addressed store, hash-verified

913** Execute a protected call.
914*/
915struct CallS { /* data to `f_call' */
916 StkId func;
917 int nresults;
918};
919
920
921static void f_call (lua_State *L, void *ud) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected