Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Phobos-developers/Phobos
/ insert
Method
insert
src/Utilities/Container.h:235–239 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
233
}
234
235
value_type insert(const_key_type key, value_type value)
236
{
237
this->Items.insert(key, value);
238
return value;
239
}
240
241
value_type remove(const_key_type key)
242
{
Callers
1
Allocate
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected