Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
53
bool 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
ParseRangeDataRecords
Method · 0.80
ParseRangeRecord
Method · 0.80
Calls
3
begin
Method · 0.80
cend
Method · 0.80
IsUsed
Method · 0.45
Tested by
no test coverage detected