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

Method Get

libs/search/cities_boundaries_table.cpp:111–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109}
110
111bool CitiesBoundariesTable::Get(FeatureID const & fid, Boundaries & bs) const
112{
113 if (fid.m_mwmId != m_mwmId)
114 return false;
115 return Get(fid.m_index, bs);
116}
117
118bool CitiesBoundariesTable::Get(uint32_t fid, Boundaries & bs) const
119{

Callers 1

LoadMethod · 0.45

Calls 4

GetFunction · 0.85
BoundariesClass · 0.85
findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected