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

Function GetDownloader

libs/storage/http_map_files_downloader.cpp:144–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142}
143
144std::unique_ptr<MapFilesDownloader> GetDownloader()
145{
146 return std::make_unique<HttpMapFilesDownloader>();
147}
148} // namespace storage

Callers 2

StorageMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected