Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LPC4/Full-Stack
/ peek_pc
Method
peek_pc
crates/virtual-machine/src/virtual_machine.rs:174–176 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
172
pub fn run(&mut self, max_steps: u64) -> RunResult {
173
let mut steps = 0u64;
174
let mut outcome = StepOutcome::Continue;
175
176
for _ in 0..max_steps {
177
match self.step() {
178
Ok(StepOutcome::Continue) => {
179
steps += 1;
Callers
1
new_kernel
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected