Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/9chu/LuaSTGPlus
/ ObjMetaIndex
Method
ObjMetaIndex
LuaSTGPlus/LuaWrapper.cpp:767–770 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
765
return 3;
766
}
767
static int ObjMetaIndex(lua_State* L)LNOEXCEPT
768
{
769
return LPOOL.GetAttr(L);
770
}
771
static int ObjMetaNewIndex(lua_State* L)LNOEXCEPT
772
{
773
return LPOOL.SetAttr(L);
Callers
nothing calls this directly
Calls
1
GetAttr
Method · 0.80
Tested by
no test coverage detected