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

Method run_scripts

components/vm/src/vm.rs:340–344  ·  view source on GitHub ↗
(&mut self, scripts: &Vec<Script>)

Source from the content-addressed store, hash-verified

338
339 #[instrument(skip_all, fields(num_scripts=scripts.len()))]
340 async fn run_scripts(&mut self, scripts: &Vec<Script>) {
341 for script in scripts {
342 self.run_script(script.id).await;
343 }
344 }
345
346 #[instrument(skip(self))]
347 async fn run_script(&mut self, script_id: u64) {

Callers 1

create_initMethod · 0.80

Calls 1

run_scriptMethod · 0.80

Tested by

no test coverage detected