MCPcopy Create free account
hub / github.com/Cubitect/cubiomes-viewer / CallS

Class CallS

lua/src/lapi.c:1033–1036  ·  view source on GitHub ↗

** Execute a protected call. */

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected