Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ ~LuaStack
Method
~LuaStack
extensions/scripting/lua-bindings/manual/LuaStack.cpp:177–183 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
175
{
176
177
LuaStack::~LuaStack()
178
{
179
if (nullptr != _state)
180
{
181
lua_close(_state);
182
}
183
}
184
185
LuaStack* LuaStack::create()
186
{
Callers
nothing calls this directly
Calls
1
lua_close
Function · 0.85
Tested by
no test coverage detected