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

Method ty

crates/c-api/include/wasmtime/_arrayref_class.hh:74–77  ·  view source on GitHub ↗

\brief Returns the type of this `ArrayRef`.

Source from the content-addressed store, hash-verified

72
73 /// \brief Returns the type of this `ArrayRef`.
74 ArrayType ty(Store::Context cx) const {
75 auto *ret = wasmtime_arrayref_type(cx.capi(), &raw);
76 return ArrayType(ret);
77 }
78};
79
80} // namespace wasmtime

Callers

nothing calls this directly

Calls 3

wasmtime_arrayref_typeFunction · 0.85
ArrayTypeClass · 0.50
capiMethod · 0.45

Tested by

no test coverage detected