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

Method Storage

libs/storage/storage.cpp:427–430  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

425}
426
427Storage::Storage(int)
428{
429 // Do nothing here, used in RunCountriesCheckAsync() only.
430}
431
432Storage::Storage(string const & pathToCountriesFile /* = COUNTRIES_FILE */, string const & dataDir /* = string() */)
433 : m_downloader(GetDownloader())

Callers

nothing calls this directly

Calls 6

GetDownloaderFunction · 0.85
GetCurrentTwineFunction · 0.85
LoadCountriesFromBufferFunction · 0.85
ResetMetaConfigMethod · 0.80
SetDataVersionMethod · 0.80
SetDownloadingPolicyMethod · 0.45

Tested by

no test coverage detected