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

Method begin_block

cranelift/isle/isle/src/codegen.rs:133–136  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

131 }
132
133 fn begin_block(&mut self) -> std::fmt::Result {
134 self.indent.push_str(" ");
135 writeln!(self.out, " {{")
136 }
137
138 fn end_block(&mut self, last_line: &str, scope: StableSet<BindingId>) -> std::fmt::Result {
139 if !last_line.is_empty() {

Callers 4

emit_blockMethod · 0.80
emit_block_contentsMethod · 0.80
emit_exprMethod · 0.80
emit_fieldsMethod · 0.80

Calls 1

push_strMethod · 0.45

Tested by

no test coverage detected