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

Function IsDiffsAvailable

libs/storage/diff_scheme/diffs_data_source.cpp:7–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5namespace
6{
7bool IsDiffsAvailable(storage::diffs::NameDiffInfoMap const & diffs)
8{
9 return std::any_of(diffs.cbegin(), diffs.cend(), [](auto const & d) { return d.second.m_isApplied == false; });
10}
11} // namespace
12
13namespace storage

Callers 2

MarkAsAppliedMethod · 0.85
RemoveDiffForCountryMethod · 0.85

Calls 2

cbeginMethod · 0.45
cendMethod · 0.45

Tested by

no test coverage detected