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