Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LPC4/Full-Stack
/ write_halfword
Method
write_halfword
crates/virtual-machine/src/memory/cache.rs:345–347 ·
view source on GitHub ↗
(&mut self, addr: u64, data: u16)
Source
from the content-addressed store, hash-verified
343
}
344
345
fn write_doubleword(&mut self, addr: u64, data: u64) -> Result<(), VmError> {
346
self.write_n(addr, data, 8)
347
}
348
}
349
350
// --- Snapshot types for the debug UI ---
Callers
2
write_n
Method · 0.45
aligned_fast_path_roundtrip
Function · 0.45
Calls
1
write_n
Method · 0.80
Tested by
1
aligned_fast_path_roundtrip
Function · 0.36