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

Method store

crates/tinywasm/src/func.rs:252–254  ·  view source on GitHub ↗

Get the store.

(&self)

Source from the content-addressed store, hash-verified

250impl FuncContext<'_> {
251 /// Get the store.
252 pub fn store(&self) -> &crate::Store {
253 self.store
254 }
255
256 /// Get mutable access to the store.
257 pub fn store_mut(&mut self) -> &mut crate::Store {

Callers 5

helloFunction · 0.45
mainFunction · 0.45
build_importsFunction · 0.45

Calls

no outgoing calls