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

Method to_raw_

crates/wasmtime/src/runtime/func.rs:1079–1081  ·  view source on GitHub ↗
(&self, store: &mut StoreOpaque)

Source from the content-addressed store, hash-verified

1077 }
1078
1079 pub(crate) fn to_raw_(&self, store: &mut StoreOpaque) -> *mut c_void {
1080 self.vm_func_ref(store).as_ptr().cast()
1081 }
1082
1083 /// Invokes this function with the `params` given, returning the results
1084 /// asynchronously.

Callers 1

to_rawMethod · 0.45

Calls 3

vm_func_refMethod · 0.80
castMethod · 0.45
as_ptrMethod · 0.45

Tested by

no test coverage detected