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

Method RegisterAllMaps

libs/map/framework.cpp:562–570  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

560}
561
562void Framework::RegisterAllMaps()
563{
564 m_storage.RegisterAllLocalMaps(m_enabledDiffs);
565
566 vector<shared_ptr<LocalCountryFile>> maps;
567 m_storage.GetLocalMaps(maps);
568 for (auto const & localFile : maps)
569 UNUSED_VALUE(RegisterMap(*localFile));
570}
571
572void Framework::DeregisterAllMaps()
573{

Callers 1

AddLocalMapsMethod · 0.80

Calls 2

RegisterAllLocalMapsMethod · 0.80
GetLocalMapsMethod · 0.80

Tested by

no test coverage detected