Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crownengine/crown
/ ~LuaEnvironment
Method
~LuaEnvironment
src/lua/lua_environment.cpp:263–266 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
261
}
262
263
LuaEnvironment::~LuaEnvironment()
264
{
265
lua_close(L);
266
}
267
268
void LuaEnvironment::load_libs()
269
{
Callers
nothing calls this directly
Calls
1
lua_close
Function · 0.50
Tested by
no test coverage detected