MCPcopy 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_nMethod · 0.45

Calls 1

write_nMethod · 0.80

Tested by 1