Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenArkStudio/ARK
/ AddInstance
Method
AddInstance
src/plugin/kernel/interface/AFIMapModule.hpp:83–86 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
81
}
82
83
bool AddInstance(int inst_id, std::shared_ptr<AFMapInstance> inst)
84
{
85
return map_instances_.insert(inst_id, inst).second;
86
}
87
88
bool RemoveInstance(int inst_id)
89
{
Callers
2
CreateMap
Method · 0.80
CreateMapInstance
Method · 0.80
Calls
1
insert
Method · 0.45
Tested by
no test coverage detected