Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LPC4/Full-Stack
/ ri
Function
ri
tests/integration/vm_execution.rs:720–722 ·
view source on GitHub ↗
(i: RealInstruction)
Source
from the content-addressed store, hash-verified
718
a[1] = 0
719
i: i64 = 1
720
a[i] += 7
721
a[0] *= 4
722
return (a[0] + a[1]) as i32
723
}
724
"#,
725
);
Callers
1
test_ecall_write_uart
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_ecall_write_uart
Function · 0.68