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

Method as_context

crates/wasmtime/src/runtime/component/concurrent.rs:265–267  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

263 type Data = T;
264
265 fn as_context(&self) -> StoreContext<'_, T> {
266 self.store.as_context()
267 }
268}
269
270impl<'a, T, D> AsContextMut for Access<'a, T, D>

Callers 4

typedMethod · 0.45
tyMethod · 0.45
instance_preMethod · 0.45
hostcall_fuelMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected