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

Method list_scripts

components/stores/src/config.rs:478–480  ·  view source on GitHub ↗
(&self, guild_id: Id<GuildMarker>)

Source from the content-addressed store, hash-verified

476 }
477
478 pub async fn list_scripts(&self, guild_id: Id<GuildMarker>) -> ConfigStoreResult<Vec<Script>> {
479 Self::get_guild_scripts(&mut *self.pool.acquire().await?, guild_id).await
480 }
481
482 async fn get_guild_meta_config(
483 &self,

Callers 5

runFunction · 0.80
newMethod · 0.80
get_all_guild_scriptsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected