Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SakuraEngine/SakuraEngine
/ skr_lua_close
Function
skr_lua_close
modules/engine/lua/src/build.skr_lua.cpp:214–218 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
212
}
213
214
void skr_lua_close(lua_State* L)
215
{
216
lua_close(L);
217
ExtraSpace.erase(L);
218
}
219
220
namespace skr::lua
221
{
Callers
nothing calls this directly
Calls
4
lua_getextraspace
Function · 0.85
SkrDelete
Function · 0.85
lua_close
Function · 0.50
erase
Method · 0.45
Tested by
no test coverage detected