MCPcopy 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
147bool AFClassMeta::IsEntityMeta() const
148{
149 return res_path_.empty();
150}
151
152bool AFClassMeta::NameIndexInsert(const std::string& name, const uint32_t index)
153{

Callers

nothing calls this directly

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected