Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PlotJuggler/PlotJuggler
/ isEmpty
Method
isEmpty
pj_runtime/src/CatalogModel.cpp:278–280 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
276
}
277
278
bool CatalogModel::isEmpty() const noexcept {
279
return impl_->items.empty();
280
}
281
282
std::optional<CatalogItem> CatalogModel::itemDescriptor(const QString& key) const {
283
const auto it = impl_->items.find(key);
Callers
15
retryPendingRestores
Method · 0.45
unresolvedPendingRestores
Method · 0.45
resolveDatasetId
Method · 0.45
applyLayerParams
Function · 0.45
TEST
Function · 0.45
setImageTopic
Method · 0.45
render
Method · 0.45
mergeDatasets
Method · 0.45
handleReply
Method · 0.45
refreshDatasetMinTimestampsForTopics
Method · 0.45
notifyIngest
Method · 0.45
replaceDataset
Method · 0.45
Calls
1
empty
Method · 0.45
Tested by
15
TEST
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36
waitForSignal
Function · 0.36
TEST
Function · 0.36
TEST_F
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36
waitForSignal
Function · 0.36
TEST
Function · 0.36
TEST_F
Function · 0.36
waitForSignal
Function · 0.36