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

Function BuildPostcodePoints

generator/postcode_points_builder.cpp:242–249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

240}
241
242bool BuildPostcodePoints(std::string const & path, storage::CountryId const & country, PostcodePointsDatasetType type,
243 std::string const & datasetPath, bool forceRebuild)
244{
245 auto const & platform = GetPlatform();
246 auto const infoGetter = storage::CountryInfoReader::CreateCountryInfoGetter(platform);
247 CHECK(infoGetter, ());
248 return BuildPostcodePointsWithInfoGetter(path, country, type, datasetPath, forceRebuild, *infoGetter);
249}
250
251} // namespace indexer

Callers 1

generator_tool.cppFile · 0.85

Calls 2

CreateCountryInfoGetterFunction · 0.50

Tested by

no test coverage detected