Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
61
impl PeekByteRaw for Ram {
62
fn peek_byte_raw(&self, addr: u64) -> Option<u8> {
63
self.peek_byte(addr)
64
}
65
}
66
67
impl MemoryAccess for Ram {
Callers
1
load_int
Function · 0.45
Calls
1
read_byte
Method · 0.45
Tested by
no test coverage detected