Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1408
struct PluginAndImages(DbPlugin, Vec<DbPluginImage>);
1409
1410
impl From<PluginAndImages> for Plugin {
1411
fn from(PluginAndImages(plugin, images): PluginAndImages) -> Self {
Callers
7
inner_get_plugin
Method · 0.85
create_plugin
Method · 0.85
update_plugin_meta
Method · 0.85
update_script_plugin_dev_version
Method · 0.85
get_plugins
Method · 0.85
get_user_plugins
Method · 0.85
get_published_public_plugins
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected