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

Method fmt

cranelift/codegen/src/ir/stackslot.rs:48–54  ·  view source on GitHub ↗
(&self, f: &mut fmt::Formatter)

Source from the content-addressed store, hash-verified

46
47impl fmt::Display for StackSlotKind {
48 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
49 use self::StackSlotKind::*;
50 f.write_str(match *self {
51 ExplicitSlot => "explicit_slot",
52 ExplicitDynamicSlot => "explicit_dynamic_slot",
53 })
54 }
55}
56
57/// Contents of a stack slot.

Callers

nothing calls this directly

Calls 1

write_strMethod · 0.45

Tested by

no test coverage detected