MCPcopy Create free account
hub / github.com/Botloader/botloader / PluginAndImages

Class PluginAndImages

components/stores/src/config.rs:1408–1408  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1406}
1407
1408struct PluginAndImages(DbPlugin, Vec<DbPluginImage>);
1409
1410impl From<PluginAndImages> for Plugin {
1411 fn from(PluginAndImages(plugin, images): PluginAndImages) -> Self {

Callers 7

inner_get_pluginMethod · 0.85
create_pluginMethod · 0.85
update_plugin_metaMethod · 0.85
get_pluginsMethod · 0.85
get_user_pluginsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected