MCPcopy 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
278bool CatalogModel::isEmpty() const noexcept {
279 return impl_->items.empty();
280}
281
282std::optional<CatalogItem> CatalogModel::itemDescriptor(const QString& key) const {
283 const auto it = impl_->items.find(key);

Callers 15

retryPendingRestoresMethod · 0.45
resolveDatasetIdMethod · 0.45
applyLayerParamsFunction · 0.45
TESTFunction · 0.45
setImageTopicMethod · 0.45
renderMethod · 0.45
mergeDatasetsMethod · 0.45
handleReplyMethod · 0.45
notifyIngestMethod · 0.45
replaceDatasetMethod · 0.45

Calls 1

emptyMethod · 0.45

Tested by 15

TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
waitForSignalFunction · 0.36
TESTFunction · 0.36
TEST_FFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
waitForSignalFunction · 0.36
TESTFunction · 0.36
TEST_FFunction · 0.36
waitForSignalFunction · 0.36