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

Method write_word

crates/virtual-machine/src/memory/cache.rs:349–351  ·  view source on GitHub ↗
(&mut self, addr: u64, data: u32)

Source from the content-addressed store, hash-verified

347 }
348}
349
350// --- Snapshot types for the debug UI ---
351
352#[derive(Clone, Debug, Default)]
353pub struct CacheParamsSnapshot {
354 pub size: usize,

Callers 2

write_nMethod · 0.45

Calls 1

write_nMethod · 0.80

Tested by 1