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

Method SetDownloadingServersForTesting

libs/storage/storage.cpp:1198–1201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1196}
1197
1198void Storage::SetDownloadingServersForTesting(vector<string> const & downloadingUrls)
1199{
1200 m_downloader->SetServersList(downloadingUrls);
1201}
1202
1203void Storage::SetLocaleForTesting(string const & jsonBuffer, string const & locale)
1204{

Callers 6

InitStorageFunction · 0.80
UNIT_TESTFunction · 0.80
InitStorageFunction · 0.80
InitStorageFunction · 0.80
TestDownloadDeleteFunction · 0.80
UNIT_TESTFunction · 0.80

Calls 1

SetServersListMethod · 0.80

Tested by 6

InitStorageFunction · 0.64
UNIT_TESTFunction · 0.64
InitStorageFunction · 0.64
InitStorageFunction · 0.64
TestDownloadDeleteFunction · 0.64
UNIT_TESTFunction · 0.64