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

Method fmt

cranelift/codegen/src/ir/condcodes.rs:156–158  ·  view source on GitHub ↗
(&self, f: &mut Formatter)

Source from the content-addressed store, hash-verified

154
155impl Display for IntCC {
156 fn fmt(&self, f: &mut Formatter) -> fmt::Result {
157 f.write_str(self.to_static_str())
158 }
159}
160
161impl FromStr for IntCC {

Callers

nothing calls this directly

Calls 2

write_strMethod · 0.45
to_static_strMethod · 0.45

Tested by

no test coverage detected