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

Method unwrap_func

crates/environ/src/types.rs:1269–1271  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

1267
1268 #[inline]
1269 pub fn unwrap_func(&self) -> &WasmFuncType {
1270 self.as_func().unwrap()
1271 }
1272
1273 #[inline]
1274 pub fn is_struct(&self) -> bool {

Callers 15

resolve_block_sigMethod · 0.45
callee_sigMethod · 0.45
issue_9714Function · 0.45
compile_functionMethod · 0.45
compile_trampolineMethod · 0.45
num_params_for_funcMethod · 0.45
make_sig_refMethod · 0.45
tag_param_arityMethod · 0.45

Calls 2

unwrapMethod · 0.45
as_funcMethod · 0.45

Tested by 2