MCPcopy Create free account
hub / github.com/bloomberg/comdb2 / luaL_newstate

Function luaL_newstate

lua/lauxlib.c:695–699  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

693
694
695LUALIB_API lua_State *luaL_newstate (void) {
696 lua_State *L = lua_newstate(l_alloc, NULL);
697 if (L) lua_atpanic(L, &panic);
698 return L;
699}
700

Callers

nothing calls this directly

Calls 1

lua_newstateFunction · 0.85

Tested by

no test coverage detected