Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenArkStudio/ARK
/ IsEntityMeta
Method
IsEntityMeta
src/plugin/kernel/src/AFClassMeta.cpp:147–150 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
145
}
146
147
bool AFClassMeta::IsEntityMeta() const
148
{
149
return res_path_.empty();
150
}
151
152
bool AFClassMeta::NameIndexInsert(const std::string& name, const uint32_t index)
153
{
Callers
nothing calls this directly
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected