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

Method context

crates/c-api/src/store.rs:34–36  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

32
33impl WasmStoreRef {
34 pub unsafe fn context(&self) -> WasmStoreContext<'_> {
35 (*self.store.get()).as_context()
36 }
37
38 pub unsafe fn context_mut(&mut self) -> WasmStoreContextMut<'_> {
39 (*self.store.get()).as_context_mut()

Callers 15

disasFunction · 0.45
disas_pulleyFunction · 0.45
executeMethod · 0.45
read_cwasmMethod · 0.45
executeMethod · 0.45
run_perf_recordMethod · 0.45
run_perf_scriptMethod · 0.45
execute_asyncMethod · 0.45
run_command_componentMethod · 0.45
handle_core_dumpMethod · 0.45
find_testsFunction · 0.45

Calls 2

as_contextMethod · 0.45
getMethod · 0.45

Tested by 15

spawnMethod · 0.36
_finishMethod · 0.36
send_request_withMethod · 0.36
start_requestsMethod · 0.36
p2_cli_serve_echo_envFunction · 0.36
p2_cli_serve_header_fileFunction · 0.36
p2_cli_serve_with_printFunction · 0.36