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

Method Get

libs/search/geocoder.cpp:127–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125 explicit LazyRankTable(MwmValue const & value) : m_value(value) {}
126
127 uint8_t Get(uint64_t i) const override
128 {
129 EnsureTableLoaded();
130 return m_table->Get(i);
131 }
132
133 uint64_t Size() const override
134 {

Callers 9

GetRankMethod · 0.45
GoImplMethod · 0.45
InitBaseContextMethod · 0.45
CacheWorldLocalitiesMethod · 0.45
FillLocalitiesTableMethod · 0.45
LimitedSearchMethod · 0.45
WithPostcodesMethod · 0.45
EmitResultMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected