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

Method is_block

cranelift/codegen/meta/src/cdsl/operands.rs:150–152  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

148 }
149
150 pub(crate) fn is_block(&self) -> bool {
151 self.rust_type == "ir::BlockCall"
152 }
153
154 pub(crate) fn is_raw_block(&self) -> bool {
155 self.rust_type == "ir::Block"

Callers 3

gen_common_isleFunction · 0.80
gen_inst_builderFunction · 0.80
verify_formatFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected