MCPcopy Create free account
hub / github.com/comaps/comaps / Get

Method Get

libs/indexer/ftypes_matcher.cpp:72–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70 }
71
72 HighwayClass Get(uint32_t t) const
73 {
74 auto const it = m_map.find(t);
75 if (it == m_map.cend())
76 return HighwayClass::Undefined;
77 return it->second;
78 }
79};
80
81char const * HighwayClassToString(HighwayClass const cls)

Callers 1

GetHighwayClassFunction · 0.45

Calls 2

findMethod · 0.45
cendMethod · 0.45

Tested by

no test coverage detected