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

Method to_anyref

crates/c-api/include/wasmtime/structref.hh:48–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48inline AnyRef StructRef::to_anyref() const {
49 wasmtime_anyref_t out;
50 wasmtime_structref_to_anyref(&raw, &out);
51 return AnyRef(out);
52}
53
54inline EqRef StructRef::to_eqref() const {
55 wasmtime_eqref_t out;

Callers

nothing calls this directly

Calls 2

AnyRefClass · 0.70

Tested by

no test coverage detected