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

Function Update

libs/storage/storage_integration_tests/storage_http_tests.cpp:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30string const kUndisputedCountryId = "Argentina_Buenos Aires_North";
31
32void Update(CountryId const &, LocalFilePtr const localCountryFile)
33{
34 TEST_EQUAL(localCountryFile->GetCountryName(), kCountryId, ());
35}
36
37void UpdateWithoutChecks(CountryId const &, LocalFilePtr const /* localCountryFile */) {}
38

Callers 1

RunMetaConfigAsyncMethod · 0.50

Calls 1

GetCountryNameMethod · 0.45

Tested by

no test coverage detected