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

Method HasDiffFor

libs/storage/diff_scheme/diffs_data_source.cpp:68–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68bool DiffsDataSource::HasDiffFor(storage::CountryId const & countryId) const
69{
70 CHECK_THREAD_CHECKER(m_threadChecker, ());
71
72 return WithNotAppliedDiff(countryId, [](DiffInfo const &) {});
73}
74
75void DiffsDataSource::MarkAsApplied(storage::CountryId const & countryId)
76{

Callers 4

DownloadNodeMethod · 0.80
OnDiffStatusReceivedMethod · 0.80
RetryDownloadNodeMethod · 0.80
GetUpdateInfoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected