MCPcopy Index your code
hub / github.com/explodingcamera/tinywasm / cursor_at

Method cursor_at

crates/tinywasm/src/reference.rs:184–186  ·  view source on GitHub ↗
(&self, store: &'a mut Store, position: u64)

Source from the content-addressed store, hash-verified

182 /// Available with the `std` feature enabled.
183 #[cfg(feature = "std")]
184 pub fn cursor_at<'a>(&self, store: &'a mut Store, position: u64) -> Result<MemoryCursor<'a>> {
185 Ok(MemoryCursor::new(self.instance_mut(store)?, position))
186 }
187
188 #[inline]
189 fn instance<'a>(&self, store: &'a Store) -> Result<&'a MemoryInstance> {

Callers 1

cursorMethod · 0.80

Calls 1

instance_mutMethod · 0.80

Tested by

no test coverage detected