MCPcopy Create free account
hub / github.com/d0iasm/saba / execute

Method execute

core/src/renderer/js/runtime.rs:479–483  ·  view source on GitHub ↗
(&mut self, program: &Program)

Source from the content-addressed store, hash-verified

477 }
478
479 pub fn execute(&mut self, program: &Program) {
480 for node in program.body() {
481 self.eval(&Some(node.clone()), self.env.clone());
482 }
483 }
484}
485
486#[cfg(test)]

Callers 1

execute_jsMethod · 0.80

Calls 2

evalMethod · 0.80
bodyMethod · 0.45

Tested by

no test coverage detected