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

Method value

crates/c-api/include/wasmtime/component/types/val.hh:677–681  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

675}
676
677inline ValType MapType::value() const {
678 wasmtime_component_valtype_t type_ret;
679 wasmtime_component_map_type_value(ptr.get(), &type_ret);
680 return ValType(std::move(type_ret));
681}
682
683} // namespace component
684} // namespace wasmtime

Callers 9

clone_die_attributesFunction · 0.45
fmtMethod · 0.45
parseMethod · 0.45
parseMethod · 0.45
with_field_parseFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45

Calls 3

ValTypeClass · 0.70
getMethod · 0.45

Tested by 2

TESTFunction · 0.36
TESTFunction · 0.36