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

Class CCallS

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

** Execute a protected C call. */

Source from the content-addressed store, hash-verified

829** Execute a protected C call.
830*/
831struct CCallS { /* data to `f_Ccall' */
832 lua_CFunction func;
833 void *ud;
834};
835
836
837static void f_Ccall (lua_State *L, void *ud) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected