MCPcopy Create free account
hub / github.com/explodingcamera/tinywasm / write_128

Method write_128

crates/tinywasm/src/store/memory/lazy.rs:162–164  ·  view source on GitHub ↗
(&mut self, base: u64, offset: u64, bytes: [u8; 16])

Source from the content-addressed store, hash-verified

160 }
161
162 fn write_128(&mut self, base: u64, offset: u64, bytes: [u8; 16]) -> core::result::Result<(), crate::Trap> {
163 self.try_with_inner_mut(|inner| inner.write_128(base, offset, bytes))?
164 }
165}
166
167#[cfg(feature = "debug")]

Callers

nothing calls this directly

Calls 1

try_with_inner_mutMethod · 0.80

Tested by

no test coverage detected