\brief Returns whether the provided `ref` is a null `eqref` value.
| 25 | |
| 26 | /// \brief Returns whether the provided `ref` is a null `eqref` value. |
| 27 | static inline bool wasmtime_eqref_is_null(const wasmtime_eqref_t *ref) { |
| 28 | return ref->store_id == 0; |
| 29 | } |
| 30 | |
| 31 | /** |
| 32 | * \brief Clone an `eqref`, creating a new root. |