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

Method get_plugin_images_with_pool

components/stores/src/config.rs:131–136  ·  view source on GitHub ↗
(
        &self,
        plugin_id: u64,
    )

Source from the content-addressed store, hash-verified

129 }
130
131 async fn get_plugin_images_with_pool(
132 &self,
133 plugin_id: u64,
134 ) -> ConfigStoreResult<Vec<DbPluginImage>> {
135 Self::get_plugin_images_with_conn(&mut *self.pool.acquire().await?, plugin_id).await
136 }
137
138 async fn get_plugin_images_with_conn(
139 conn: &mut PgConnection,

Callers 5

update_plugin_metaMethod · 0.80
get_pluginsMethod · 0.80
get_user_pluginsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected