Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crownengine/crown
/ luaL_newstate
Function
luaL_newstate
3rdparty/lua/src/lauxlib.c:647–651 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
645
646
647
LUALIB_API lua_State *luaL_newstate (void) {
648
lua_State *L = lua_newstate(l_alloc, NULL);
649
if (L) lua_atpanic(L, &panic);
650
return L;
651
}
652
Callers
1
LuaEnvironment
Method · 0.50
Calls
2
lua_newstate
Function · 0.70
lua_atpanic
Function · 0.50
Tested by
no test coverage detected