Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LPC4/Full-Stack
/ peek_next
Method
peek_next
crates/virtual-machine/src/memory/cache.rs:81–83 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
79
}
80
81
pub fn peek_next(&self) -> &Next {
82
&self.next
83
}
84
85
pub fn peek_next_mut(&mut self) -> &mut Next {
86
&mut self.next
Callers
3
get_cache_stats
Method · 0.80
get_cache_snapshots
Method · 0.80
write_through_propagates_immediately
Function · 0.80
Calls
no outgoing calls
Tested by
1
write_through_propagates_immediately
Function · 0.64