Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
180
bool CellsMerger::Has(int32_t x, int32_t y) const
181
{
182
return m_matrix.count({x, y}) != 0;
183
}
184
185
bool CellsMerger::Has(m2::PointI const & xy) const
186
{
Callers
7
GetType
Method · 0.45
UNIT_CLASS_TEST
Function · 0.45
UNIT_CLASS_TEST
Function · 0.45
UNIT_TEST
Function · 0.45
IsAltitudeRoad
Method · 0.45
Serialize
Method · 0.45
Java_app_organicmaps_sdk_routing_RoutingOptions_nativeHasOption
Function · 0.45
Calls
1
count
Method · 0.45
Tested by
4
UNIT_CLASS_TEST
Function · 0.36
UNIT_CLASS_TEST
Function · 0.36
UNIT_TEST
Function · 0.36
Serialize
Method · 0.36