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

Method peek_next_mut

crates/virtual-machine/src/memory/cache.rs:85–87  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

83 }
84
85 pub fn peek_next_mut(&mut self) -> &mut Next {
86 &mut self.next
87 }
88
89 /// Flush all dirty lines to the next level, then invalidate everything.
90 pub fn flush_and_invalidate(&mut self) {

Callers 1

cold_cache_resetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected