MCPcopy 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_TESTFunction · 0.45

Calls 2

findMethod · 0.45
cendMethod · 0.45

Tested by 1

UNIT_TESTFunction · 0.36