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

Method streamSources

pj_runtime/src/ExtensionCatalogService.cpp:134–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134std::vector<const LoadedDataSource*> ExtensionCatalogService::streamSources() const {
135 const auto& catalog = *plugin_catalog_;
136 return catalog.streamSources();
137}
138
139std::vector<const LoadedDataSource*> ExtensionCatalogService::findSourcesForExtension(QStringView ext) const {
140 const auto& catalog = *plugin_catalog_;

Callers 2

refreshStreamingComboMethod · 0.80
resolveStreamSourceFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected