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

Function run_function_call

tests/integration/cli_pipeline.rs:207–213  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

205 // Slice entry points write the exact byte range; the trailing newline
206 // distinguishes `println`.
207 let src = "
208console := import(\"console\")
209
210main: () -> i32 {
211 console.print(\"Hello, \")
212 console.println(\"world\")
213 return 0
214}";
215 let (uart, code) = run_hll(src);
216 assert_eq!(code, 0);

Callers

nothing calls this directly

Calls 1

run_hllFunction · 0.70

Tested by

no test coverage detected