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

Function WasmEdge_ValTypeIsExternRef

lib/api/wasmedge.cpp:650–653  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

648}
649
650WASMEDGE_CAPI_EXPORT bool
651WasmEdge_ValTypeIsExternRef(const WasmEdge_ValType ValType) noexcept {
652 return genValType(ValType).isExternRefType();
653}
654
655WASMEDGE_CAPI_EXPORT bool
656WasmEdge_ValTypeIsRef(const WasmEdge_ValType ValType) noexcept {

Callers 1

TESTFunction · 0.85

Calls 2

isExternRefTypeMethod · 0.80
genValTypeFunction · 0.70

Tested by 1

TESTFunction · 0.68