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

Method last_cycle

crates/virtual-machine/src/cpu.rs:39–41  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

37 self.pipeline.tick(bus)
38 }
39
40 pub fn last_cycle(&self) -> &CpuPipelineFeed {
41 &self.pipeline.last_cycle
42 }
43
44 pub fn stats(&self) -> &PipelineStats {

Callers 1

pipeline_snapshotMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected