MCPcopy Create free account
hub / github.com/PlotJuggler/PlotJuggler / removeCurves

Method removeCurves

pj_runtime/src/CatalogModel.cpp:758–760  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

756}
757
758void CatalogModel::removeCurves(const std::vector<QString>& keys) {
759 removeItems(keys);
760}
761
762bool CatalogModel::removeDataset(DatasetId dataset_id, bool tombstone) {
763 std::vector<QString> keys;

Callers 1

applyToSelectedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected