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

Method SetCurrentDataVersionForTesting

libs/storage/storage.cpp:1192–1196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1190}
1191
1192void Storage::SetCurrentDataVersionForTesting(int64_t currentVersion)
1193{
1194 m_currentVersion = currentVersion;
1195 m_downloader->SetDataVersion(m_currentVersion);
1196}
1197
1198void Storage::SetDownloadingServersForTesting(vector<string> const & downloadingUrls)
1199{

Callers 1

UNIT_TESTFunction · 0.80

Calls 1

SetDataVersionMethod · 0.80

Tested by 1

UNIT_TESTFunction · 0.64