Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
152
bool 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
insert
Method · 0.45
Tested by
no test coverage detected