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

Method fmt

cranelift/codegen/src/isa/riscv64/inst/vector.rs:44–48  ·  view source on GitHub ↗
(&self, f: &mut fmt::Formatter)

Source from the content-addressed store, hash-verified

42
43impl fmt::Display for VecAvl {
44 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
45 match self {
46 VecAvl::Static { size } => write!(f, "{size}"),
47 }
48 }
49}
50
51impl VecElementWidth {

Callers

nothing calls this directly

Calls 2

lenMethod · 0.45
write_strMethod · 0.45

Tested by

no test coverage detected