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

Method create_script

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

Source from the content-addressed store, hash-verified

285 }
286
287 pub async fn create_script(
288 &self,
289 guild_id: Id<GuildMarker>,
290 script: CreateScript,
291 ) -> ConfigStoreResult<Script> {
292 Self::inner_create_script(&mut *self.pool.acquire().await?, guild_id, script).await
293 }
294
295 pub async fn update_script(
296 &self,

Callers 3

newMethod · 0.80
create_guild_scriptFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected