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

Method read_halfword

crates/virtual-machine/src/memory/ram.rs:60–64  ·  view source on GitHub ↗
(&mut self, addr: u64)

Source from the content-addressed store, hash-verified

58 }
59}
60
61impl PeekByteRaw for Ram {
62 fn peek_byte_raw(&self, addr: u64) -> Option<u8> {
63 self.peek_byte(addr)
64 }
65}
66
67impl MemoryAccess for Ram {

Callers 1

load_intFunction · 0.45

Calls 1

read_byteMethod · 0.45

Tested by

no test coverage detected