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

Method findSourcesForExtension

pj_runtime/src/ExtensionCatalogService.cpp:139–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137}
138
139std::vector<const LoadedDataSource*> ExtensionCatalogService::findSourcesForExtension(QStringView ext) const {
140 const auto& catalog = *plugin_catalog_;
141 return catalog.findSourcesForExtension(ext.toString().toStdString());
142}
143
144const LoadedMessageParser* ExtensionCatalogService::findParserByEncoding(QStringView encoding) const {
145 const auto& catalog = *plugin_catalog_;

Callers 3

beginLoadMethod · 0.80
SetUpMethod · 0.80
SetUpMethod · 0.80

Calls 1

toStringMethod · 0.80

Tested by 2

SetUpMethod · 0.64
SetUpMethod · 0.64