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

Method as_context_mut

crates/wasmtime/src/runtime/func.rs:2199–2201  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

2197
2198impl<T: 'static> AsContextMut for Caller<'_, T> {
2199 fn as_context_mut(&mut self) -> StoreContextMut<'_, T> {
2200 self.store.as_context_mut()
2201 }
2202}
2203
2204impl<'a, T: 'static> From<Caller<'a, T>> for StoreContextMut<'a, T> {

Callers 13

try_new_Method · 0.45
new_uncheckedMethod · 0.45
new_asyncMethod · 0.45
try_wrapMethod · 0.45
wrap_asyncMethod · 0.45
callMethod · 0.45
call_uncheckedMethod · 0.45
from_rawMethod · 0.45
to_rawMethod · 0.45
call_asyncMethod · 0.45
sub_callerMethod · 0.45
array_call_trampolineMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected