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

Method fmt

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

Source from the content-addressed store, hash-verified

131
132impl fmt::Display for MemFlags {
133 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
134 write!(f, "memflags{}", self.0)
135 }
136}
137
138impl fmt::Debug for MemFlags {

Callers

nothing calls this directly

Calls 2

OkFunction · 0.85
alias_regionMethod · 0.45

Tested by

no test coverage detected