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

Method as_context

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

Source from the content-addressed store, hash-verified

2191impl<T: 'static> AsContext for Caller<'_, T> {
2192 type Data = T;
2193 fn as_context(&self) -> StoreContext<'_, T> {
2194 self.store.as_context()
2195 }
2196}
2197
2198impl<T: 'static> AsContextMut for Caller<'_, T> {

Callers 15

tyMethod · 0.45
matches_tyMethod · 0.45
typedMethod · 0.45
tyMethod · 0.45
matches_tyMethod · 0.45
defineMethod · 0.45
define_nameMethod · 0.45
default_valueMethod · 0.45
sampleMethod · 0.45
call_hookMethod · 0.45
breakpointsMethod · 0.45

Calls

no outgoing calls

Tested by 1

respect_tunablesFunction · 0.36