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

Method from

icicle-cortexm/src/config.rs:338–340  ·  view source on GitHub ↗
(value: TickKind)

Source from the content-addressed store, hash-verified

336
337impl From<TickKind> for Tick {
338 fn from(value: TickKind) -> Self {
339 Self::Name(value)
340 }
341}
342
343impl std::fmt::Display for Tick {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected