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

Function WasmEdge_ValTypeIsRefNull

lib/api/wasmedge.cpp:660–663  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

658}
659
660WASMEDGE_CAPI_EXPORT bool
661WasmEdge_ValTypeIsRefNull(const WasmEdge_ValType ValType) noexcept {
662 return genValType(ValType).isNullableRefType();
663}
664
665// <<<<<<<< WasmEdge valtype functions <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
666

Callers 1

TESTFunction · 0.85

Calls 2

isNullableRefTypeMethod · 0.80
genValTypeFunction · 0.70

Tested by 1

TESTFunction · 0.68