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

Function WasmEdge_ValTypeIsRef

lib/api/wasmedge.cpp:655–658  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

653}
654
655WASMEDGE_CAPI_EXPORT bool
656WasmEdge_ValTypeIsRef(const WasmEdge_ValType ValType) noexcept {
657 return genValType(ValType).isRefType();
658}
659
660WASMEDGE_CAPI_EXPORT bool
661WasmEdge_ValTypeIsRefNull(const WasmEdge_ValType ValType) noexcept {

Callers 2

TESTFunction · 0.85
TESTFunction · 0.85

Calls 2

isRefTypeMethod · 0.80
genValTypeFunction · 0.70

Tested by 2

TESTFunction · 0.68
TESTFunction · 0.68