Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LPC4/Full-Stack
/ tick
Method
tick
crates/virtual-machine/src/cpu.rs:35–37 ·
view source on GitHub ↗
(&mut self, bus: &mut SystemBus)
Source
from the content-addressed store, hash-verified
33
}
34
}
35
36
pub fn tick(&mut self, bus: &mut SystemBus) -> Result<TickOutcome, VmError> {
37
self.pipeline.tick(bus)
38
}
39
40
pub fn last_cycle(&self) -> &CpuPipelineFeed {
Callers
2
step
Method · 0.45
run_n
Function · 0.45
Calls
no outgoing calls
Tested by
1
run_n
Function · 0.36