Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
758
void CatalogModel::removeCurves(const std::vector<QString>& keys) {
759
removeItems(keys);
760
}
761
762
bool CatalogModel::removeDataset(DatasetId dataset_id, bool tombstone) {
763
std::vector<QString> keys;
Callers
1
applyToSelected
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected