MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / StoreContextMut

Class StoreContextMut

crates/wasmtime/src/runtime/store/context.rs:19–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17// NB the repr(transparent) here is for the same reason as above.
18#[repr(transparent)]
19pub struct StoreContextMut<'a, T: 'static>(pub(crate) &'a mut StoreInner<T>);
20
21/// A trait used to get shared access to a [`Store`] in Wasmtime.
22///

Callers 15

with_blockingMethod · 0.85
unchecked_context_mutMethod · 0.85
prepare_callMethod · 0.85
sync_startMethod · 0.85
async_startMethod · 0.85
future_writeMethod · 0.85
future_readMethod · 0.85
stream_writeMethod · 0.85
stream_readMethod · 0.85
flat_stream_writeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected