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

Method ReadFeature

libs/indexer/data_source.hpp:50–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48 void ReadFeatures(FeatureCallback const & fn, std::vector<FeatureID> const & features) const;
49
50 void ReadFeature(FeatureCallback const & fn, FeatureID const & feature) const { return ReadFeatures(fn, {feature}); }
51
52 std::unique_ptr<FeatureSource> CreateFeatureSource(DataSource::MwmHandle const & handle) const
53 {

Callers 10

FindMyselfMethod · 0.80
GetExactAddressMethod · 0.80
GetNearbyAddressMethod · 0.80
MatchWorld2CountryMethod · 0.80
MakeResultMethod · 0.80
ResultMatchesFunction · 0.80
FillPointInfoMethod · 0.80
UNIT_TESTFunction · 0.80

Calls 1

ReadFeaturesFunction · 0.85

Tested by 2

ResultMatchesFunction · 0.64
UNIT_TESTFunction · 0.64