Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ Contains
Method
Contains
libs/base/linked_map.hpp:49–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
}
48
49
bool Contains(KeyType const & key) const { return m_map.find(key) != m_map.cend(); }
50
51
ValueType const & Get(KeyType const & key) const
52
{
Callers
1
UNIT_TEST
Function · 0.45
Calls
2
find
Method · 0.45
cend
Method · 0.45
Tested by
1
UNIT_TEST
Function · 0.36