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

Method value

crates/wasmtime/src/runtime/component/types.rs:364–366  ·  view source on GitHub ↗

Retrieve the value type of this `map`.

(&self)

Source from the content-addressed store, hash-verified

362
363 /// Retrieve the value type of this `map`.
364 pub fn value(&self) -> Type {
365 Type::from(&self.0.types[self.0.index].value, &self.0.instance())
366 }
367}
368
369/// A field declaration belonging to a `record`

Callers 10

parseMethod · 0.45
validateMethod · 0.45
fmtMethod · 0.45
or_insert_with_keyMethod · 0.45
getMethod · 0.45
get_mutMethod · 0.45
into_mutMethod · 0.45
insertMethod · 0.45
arbitrary_valFunction · 0.45
get_diff_valueFunction · 0.45

Calls 2

fromFunction · 0.85
instanceMethod · 0.45

Tested by

no test coverage detected