MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / IsReady

Method IsReady

lib/mdflib/mdflib/src/dgrange.cpp:53–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53bool DgRange::IsReady() const {
54 return std::all_of(cg_list_.begin(), cg_list_.cend(),
55 [&] (const auto& itr) -> bool {
56 return !itr.second.IsUsed();
57 });
58}
59
60
61}

Callers 2

ParseRangeDataRecordsMethod · 0.80
ParseRangeRecordMethod · 0.80

Calls 3

beginMethod · 0.80
cendMethod · 0.80
IsUsedMethod · 0.45

Tested by

no test coverage detected