MCPcopy Create free account
hub / github.com/WasmEdge/WasmEdge / WasmEdge_ValTypeIsFuncRef

Function WasmEdge_ValTypeIsFuncRef

lib/api/wasmedge.cpp:645–648  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

643}
644
645WASMEDGE_CAPI_EXPORT bool
646WasmEdge_ValTypeIsFuncRef(const WasmEdge_ValType ValType) noexcept {
647 return genValType(ValType).isFuncRefType();
648}
649
650WASMEDGE_CAPI_EXPORT bool
651WasmEdge_ValTypeIsExternRef(const WasmEdge_ValType ValType) noexcept {

Callers 1

TESTFunction · 0.85

Calls 2

isFuncRefTypeMethod · 0.80
genValTypeFunction · 0.70

Tested by 1

TESTFunction · 0.68