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

Method isNull

include/common/types.h:406–406  ·  view source on GitHub ↗

Check whether it is null.

Source from the content-addressed store, hash-verified

404
405 // Check whether it is null.
406 bool isNull() const { return getPtr<void>() == nullptr; }
407
408 // Getter for the raw data.
409 uint64x2_t getRawData() const noexcept { return Data; }

Callers 15

invokeMethod · 0.80
runRefIsNullOpMethod · 0.80
runRefAsNonNullOpMethod · 0.80
runRefConvOpMethod · 0.80
runThrowRefOpMethod · 0.80
runBrOnNullOpMethod · 0.80
runBrOnNonNullOpMethod · 0.80
proxyCallIndirectMethod · 0.80
WasmEdge_ValueIsNullRefFunction · 0.80

Calls

no outgoing calls

Tested by 2

checkNullTableEntryFunction · 0.64
compareMethod · 0.64