Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SOUI2/soui
/ ~table_obj
Method
~table_obj
components/ScriptModule-LUA/lua_tinker/lua_tinker.cpp:758–764 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
756
}
757
758
lua_tinker::table_obj::~table_obj()
759
{
760
if(validate())
761
{
762
lua_remove(m_L, m_index);
763
}
764
}
765
766
void lua_tinker::table_obj::inc_ref()
767
{
Callers
nothing calls this directly
Calls
2
lua_remove
Function · 0.85
validate
Function · 0.50
Tested by
no test coverage detected