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