MCPcopy Create free account
hub / github.com/CodSpeedHQ/codspeed / fmt

Method fmt

src/executor/interfaces.rs:14–20  ·  view source on GitHub ↗
(&self, f: &mut fmt::Formatter<'_>)

Source from the content-addressed store, hash-verified

12
13impl fmt::Display for ExecutorName {
14 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
15 match self {
16 ExecutorName::Valgrind => write!(f, "valgrind"),
17 ExecutorName::WallTime => write!(f, "walltime"),
18 ExecutorName::Memory => write!(f, "memory"),
19 }
20 }
21}
22
23impl ExecutorName {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected