MCPcopy 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
214void skr_lua_close(lua_State* L)
215{
216 lua_close(L);
217 ExtraSpace.erase(L);
218}
219
220namespace skr::lua
221{

Callers

nothing calls this directly

Calls 4

lua_getextraspaceFunction · 0.85
SkrDeleteFunction · 0.85
lua_closeFunction · 0.50
eraseMethod · 0.45

Tested by

no test coverage detected