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

Function lua_CFunction

lua/src/lapi.c:147–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145
146
147LUA_API lua_CFunction lua_atpanic (lua_State *L, lua_CFunction panicf) {
148 lua_CFunction old;
149 lua_lock(L);
150 old = G(L)->panic;
151 G(L)->panic = panicf;
152 lua_unlock(L);
153 return old;
154}
155
156
157LUA_API lua_Number lua_version (lua_State *L) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected