Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LPC4/Full-Stack
/ pipeline_snapshot
Method
pipeline_snapshot
crates/virtual-machine/src/virtual_machine.rs:191–193 ·
view source on GitHub ↗
Raw pipeline stage feed from the most recent tick.
(&self)
Source
from the content-addressed store, hash-verified
189
steps += 1;
190
outcome = StepOutcome::Halted(-1);
191
break;
192
}
193
}
194
}
195
196
let uart_bytes = self.bus.uart_mut().drain_output();
Callers
2
render_pipeline
Function · 0.80
refresh_snapshot
Method · 0.80
Calls
1
last_cycle
Method · 0.80
Tested by
no test coverage detected