MCPcopy Create free account
hub / github.com/arialang/aria / exec_code

Function exec_code

vm-lib/src/test.rs:12–14  ·  view source on GitHub ↗
(src: &'static str)

Source from the content-addressed store, hash-verified

10};
11
12fn exec_code(src: &'static str) -> ExecutionResult<HaxbyEvalResult> {
13 exec_code_with_vm_options(src, Default::default())
14}
15
16fn exec_code_with_vm_options(
17 src: &'static str,

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…