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

Method can_run

components/vm/src/lib.rs:85–87  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

83
84impl ScriptState {
85 pub fn can_run(&self) -> bool {
86 matches!(self.state, ScriptLoadState::Unloaded) && self.compiled.is_some()
87 }
88}
89
90#[derive(Clone)]

Callers 1

run_scriptMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected