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

Method findParserByEncoding

pj_runtime/src/ExtensionCatalogService.cpp:144–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142}
143
144const LoadedMessageParser* ExtensionCatalogService::findParserByEncoding(QStringView encoding) const {
145 const auto& catalog = *plugin_catalog_;
146 return catalog.findParserByEncoding(encoding.toString().toStdString());
147}
148
149QString ExtensionCatalogService::buildFileFilter() const {
150 return QString::fromStdString(plugin_catalog_->buildFileFilter());

Callers 6

cbEnsureParserBindingMethod · 0.80
TEST_FFunction · 0.80
SetUpMethod · 0.80
SetUpMethod · 0.80
TESTFunction · 0.80
makeParserDialogProviderFunction · 0.80

Calls 1

toStringMethod · 0.80

Tested by 4

TEST_FFunction · 0.64
SetUpMethod · 0.64
SetUpMethod · 0.64
TESTFunction · 0.64