MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / lua_close

Function lua_close

extlibs/lua/src/lstate.c:432–436  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

430
431
432LUA_API void lua_close (lua_State *L) {
433 L = G(L)->mainthread; /* only the main thread can be closed */
434 lua_lock(L);
435 close_state(L);
436}
437
438
439void luaE_warning (lua_State *L, const char *msg, int tocont) {

Callers 4

mainFunction · 0.85
mainFunction · 0.85
os_exitFunction · 0.85
operator()Method · 0.85

Calls 1

close_stateFunction · 0.85

Tested by

no test coverage detected