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

Method cursor

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

Source from the content-addressed store, hash-verified

174 /// Available with the `std` feature enabled.
175 #[cfg(feature = "std")]
176 pub fn cursor<'a>(&self, store: &'a mut Store) -> Result<MemoryCursor<'a>> {
177 self.cursor_at(store, 0)
178 }
179
180 /// Creates a cursor positioned at `position` bytes from the start of this memory.
181 ///

Calls 1

cursor_atMethod · 0.80