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

Class Value

cranelift/codegen/src/settings.rs:77–83  ·  view source on GitHub ↗

Represents a setting value. This is used for iterating values in `Flags`.

Source from the content-addressed store, hash-verified

75///
76/// This is used for iterating values in `Flags`.
77pub struct Value {
78 /// The name of the setting associated with this value.
79 pub name: &'static str,
80 pub(crate) detail: detail::Detail,
81 pub(crate) values: Option<&'static [&'static str]>,
82 pub(crate) value: u8,
83}
84
85impl Value {
86 /// Gets the kind of setting.

Callers 9

split_off_return_blockFunction · 0.70
newMethod · 0.50
parse_function_bodyMethod · 0.50
parse_block_call_argMethod · 0.50
vmcontref_store_payloadsFunction · 0.50
search_handlerFunction · 0.50
translate_resumeFunction · 0.50
match_valFunction · 0.50

Calls

no outgoing calls

Tested by 1

newMethod · 0.40