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

Method block_is_valid

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

Returns `true` if the given block reference is valid.

(&self, block: Block)

Source from the content-addressed store, hash-verified

236
237 /// Returns `true` if the given block reference is valid.
238 pub fn block_is_valid(&self, block: Block) -> bool {
239 self.blocks.is_valid(block)
240 }
241
242 /// Make a BlockCall, bundling together the block and its arguments.
243 pub fn block_call<'a>(

Callers 2

verify_blockMethod · 0.80
verify_inst_argMethod · 0.80

Calls 1

is_validMethod · 0.45

Tested by

no test coverage detected