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

Method GetCgRange

lib/mdflib/mdflib/src/dgrange.cpp:48–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48CgRange* DgRange::GetCgRange(uint64_t record_id) {
49 auto itr = cg_list_.find(record_id);
50 return itr == cg_list_.cend() ? nullptr : &itr->second;
51}
52
53bool DgRange::IsReady() const {
54 return std::all_of(cg_list_.begin(), cg_list_.cend(),

Callers 3

ParseRangeDataRecordsMethod · 0.80
ParseRangeRecordMethod · 0.80
ReadRangeDataRecordMethod · 0.80

Calls 2

findMethod · 0.80
cendMethod · 0.80

Tested by

no test coverage detected