Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Overload-Technologies/Overload
/ lua_close
Function
lua_close
Dependencies/lua/src/lstate.c:416–420 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
414
415
416
LUA_API void lua_close (lua_State *L) {
417
lua_lock(L);
418
L = G(L)->mainthread; /* only the main thread can be closed */
419
close_state(L);
420
}
421
422
423
void luaE_warning (lua_State *L, const char *msg, int tocont) {
Callers
4
operator()
Method · 0.85
closestate
Function · 0.85
checkpanic
Function · 0.85
os_exit
Function · 0.85
Calls
1
close_state
Function · 0.85
Tested by
2
closestate
Function · 0.68
checkpanic
Function · 0.68