Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ luaL_newstate
Function
luaL_newstate
app/redis-6.2.6/deps/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
nothing calls this directly
Calls
1
lua_newstate
Function · 0.70
Tested by
no test coverage detected