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

Method NameIndexInsert

src/plugin/kernel/src/AFClassMeta.cpp:152–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150}
151
152bool AFClassMeta::NameIndexInsert(const std::string& name, const uint32_t index)
153{
154 return name_index_list_.insert(std::make_pair(name, index)).second;
155}
156
157} // namespace ark

Callers

nothing calls this directly

Calls 1

insertMethod · 0.45

Tested by

no test coverage detected