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

Method Has

generator/cells_merger.cpp:180–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178}
179
180bool CellsMerger::Has(int32_t x, int32_t y) const
181{
182 return m_matrix.count({x, y}) != 0;
183}
184
185bool CellsMerger::Has(m2::PointI const & xy) const
186{

Callers 7

GetTypeMethod · 0.45
UNIT_CLASS_TESTFunction · 0.45
UNIT_CLASS_TESTFunction · 0.45
UNIT_TESTFunction · 0.45
IsAltitudeRoadMethod · 0.45
SerializeMethod · 0.45

Calls 1

countMethod · 0.45

Tested by 4

UNIT_CLASS_TESTFunction · 0.36
UNIT_CLASS_TESTFunction · 0.36
UNIT_TESTFunction · 0.36
SerializeMethod · 0.36