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

Method fmt

cranelift/codegen/src/ir/extname.rs:61–66  ·  view source on GitHub ↗
(&self, f: &mut fmt::Formatter<'_>)

Source from the content-addressed store, hash-verified

59
60impl fmt::Display for UserFuncName {
61 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
62 match self {
63 UserFuncName::User(user) => user.fmt(f),
64 UserFuncName::Testcase(testcase) => testcase.fmt(f),
65 }
66 }
67}
68
69/// An external name in a user-defined symbol table.

Callers

nothing calls this directly

Calls 3

user_named_funcsMethod · 0.80
write_strMethod · 0.45
unwrapMethod · 0.45

Tested by

no test coverage detected