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

Function run_with

tests/integration/platform_stdlib.rs:136–138  ·  view source on GitHub ↗

Prepend extra HLL source (e.g. klog.hll) to user_src and compile as one unit, linked against the stdlib.

(extra: &str, user_src: &str)

Source from the content-addressed store, hash-verified

134 );
135}
136
137// Prepend extra HLL source (e.g. klog.hll) to user_src and compile as one unit,
138// linked against the stdlib.
139fn run_with(extra: &str, user_src: &str) -> (String, Option<i64>) {
140 run_hll(&format!("{extra}\n{user_src}"))
141}

Callers 3

klog_ok_outputFunction · 0.85
klog_error_outputFunction · 0.85
klog_int_outputFunction · 0.85

Calls 1

run_hllFunction · 0.70

Tested by 3

klog_ok_outputFunction · 0.68
klog_error_outputFunction · 0.68
klog_int_outputFunction · 0.68