Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
353
pub struct CacheParamsSnapshot {
354
pub size: usize,
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