MCPcopy Create free account
hub / github.com/OpenArkStudio/ARK / GetIndex

Method GetIndex

src/plugin/kernel/src/AFClassMeta.cpp:136–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134}
135
136uint32_t AFClassMeta::GetIndex(const std::string& name) const
137{
138 auto iter = name_index_list_.find(name);
139 if (iter == name_index_list_.end())
140 {
141 return NULL_INT;
142 }
143
144 return iter->second;
145}
146
147bool AFClassMeta::IsEntityMeta() const
148{

Callers

nothing calls this directly

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected