MCPcopy Create free account
hub / github.com/LPC4/Full-Stack / run_hll

Function run_hll

tests/integration/vm_execution.rs:115–117  ·  view source on GitHub ↗
(src: &str)

Source from the content-addressed store, hash-verified

113 run_hll_with_limit(src, 5_000_000)
114}
115
116// Compiles the whole import closure, primary plus every qualified import, so
117// single-TU programs still work unchanged.
118fn run_hll_closure_with_path(
119 src: &str,
120 source_path: Option<&str>,

Calls 1

run_hll_with_limitFunction · 0.85