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

Method isScalarKey

pj_runtime/src/CatalogModel.cpp:317–320  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

315}
316
317bool CatalogModel::isScalarKey(const QString& key) const {
318 const auto it = impl_->items.find(key);
319 return it != impl_->items.end() && isScalarField(it->second);
320}
321
322bool CatalogModel::isStringKey(const QString& key) const {
323 const auto it = impl_->items.find(key);

Callers 2

TESTFunction · 0.80
fillValuesNowMethod · 0.80

Calls 3

isScalarFieldFunction · 0.85
findMethod · 0.45
endMethod · 0.45

Tested by 1

TESTFunction · 0.64