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

Method setup

components/scheduler/src/guild_handler.rs:160–164  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

158
159 #[instrument(skip(self), fields(guild_id = self.guild_id.get()))]
160 async fn setup(&mut self) {
161 self.fetch_premium_tier().await;
162 self.try_retry_load_guild_scripts().await;
163 self.start_fresh_vm().await;
164 }
165
166 async fn run(mut self) {
167 self.setup().await;

Callers 1

runMethod · 0.80

Calls 3

start_fresh_vmMethod · 0.80
fetch_premium_tierMethod · 0.45

Tested by

no test coverage detected