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

Method value_is_valid

cranelift/codegen/src/ir/dfg.rs:373–375  ·  view source on GitHub ↗

Check if a value reference is valid.

(&self, v: Value)

Source from the content-addressed store, hash-verified

371
372 /// Check if a value reference is valid.
373 pub fn value_is_valid(&self, v: Value) -> bool {
374 self.values.is_valid(v)
375 }
376
377 /// Check whether a value is valid and not an alias.
378 pub fn value_is_real(&self, value: Value) -> bool {

Callers 3

value_is_realMethod · 0.80
verify_valueMethod · 0.80

Calls 1

is_validMethod · 0.45

Tested by

no test coverage detected