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

Method as_context

crates/c-api/src/func.rs:214–216  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

212 type Data = WasmtimeStoreData;
213
214 fn as_context(&self) -> StoreContext<'_, WasmtimeStoreData> {
215 self.caller.as_context()
216 }
217}
218
219impl AsContextMut for wasmtime_caller_t<'_> {

Callers 3

sampleFunction · 0.45
sampleMethod · 0.45
contextMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected