MCPcopy Create free account
hub / github.com/MultiFuzz/MultiFuzz / fmt

Method fmt

icicle-cortexm/src/config.rs:344–349  ·  view source on GitHub ↗
(&self, f: &mut std::fmt::Formatter<'_>)

Source from the content-addressed store, hash-verified

342
343impl std::fmt::Display for Tick {
344 fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
345 match self {
346 Self::Name(TickKind::Fuzzed) => f.write_str("fuzzed"),
347 Self::Number(x) => f.write_fmt(format_args!("{x}")),
348 }
349 }
350}
351
352#[derive(Debug, Clone, Serialize, Deserialize)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected