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

Class DisplayInst

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

Object that can display an instruction.

Source from the content-addressed store, hash-verified

1430
1431/// Object that can display an instruction.
1432pub struct DisplayInst<'a>(&'a DataFlowGraph, Inst);
1433
1434impl<'a> fmt::Display for DisplayInst<'a> {
1435 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {

Callers 1

display_instMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected