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

Class CacheParamsSnapshot

crates/virtual-machine/src/memory/cache.rs:361–367  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

359}
360
361#[derive(Clone, Debug)]
362pub struct CacheLineSnapshot {
363 pub valid: bool,
364 pub dirty: bool,
365 pub tag: u64,
366}
367
368#[derive(Clone, Debug, Default)]
369pub struct CacheSnapshot {
370 pub params: CacheParamsSnapshot,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected