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

Method write_block_header

cranelift/codegen/src/write.rs:145–153  ·  view source on GitHub ↗
(
        &mut self,
        w: &mut dyn Write,
        func: &Function,
        block: Block,
        indent: usize,
    )

Source from the content-addressed store, hash-verified

143 }
144
145 fn write_block_header(
146 &mut self,
147 w: &mut dyn Write,
148 func: &Function,
149 block: Block,
150 indent: usize,
151 ) -> fmt::Result {
152 write_block_header(w, func, block, indent)
153 }
154}
155
156/// Write `func` to `w` as equivalent text.

Callers 1

decorate_blockFunction · 0.45

Calls 1

write_block_headerFunction · 0.85

Tested by

no test coverage detected