MCPcopy 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_statsMethod · 0.80
get_cache_snapshotsMethod · 0.80

Calls

no outgoing calls

Tested by 1