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

Function strip_comments

tests/integration/qemu_execution.rs:62–68  ·  view source on GitHub ↗
(asm: &str)

Source from the content-addressed store, hash-verified

60
61struct QemuResult {
62 exit_code: i32,
63 /// Everything the program wrote to stdout (after stripping our sentinel).
64 stdout: String,
65}
66
67#[expect(
68 dead_code,
69 reason = "variants document platform-specific skip outcomes"
70)]
71#[derive(Debug)]

Callers 1

compile_to_asmFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected