MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / to_eqref

Method to_eqref

crates/c-api/include/wasmtime/arrayref.hh:53–57  ·  view source on GitHub ↗

Upcast to eqref.

Source from the content-addressed store, hash-verified

51
52/// Upcast to eqref.
53inline EqRef ArrayRef::to_eqref() const {
54 wasmtime_eqref_t out;
55 wasmtime_arrayref_to_eqref(&raw, &out);
56 return EqRef(out);
57}
58
59} // namespace wasmtime
60

Callers 7

arrayref_to_eqref_rootedFunction · 0.45
arrayref_owned_to_eqrefFunction · 0.45
structref_owned_to_eqrefFunction · 0.45
TESTFunction · 0.45

Calls 2

EqRefClass · 0.70

Tested by 5

arrayref_to_eqref_rootedFunction · 0.36
arrayref_owned_to_eqrefFunction · 0.36
structref_owned_to_eqrefFunction · 0.36
TESTFunction · 0.36