MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / fmt

Method fmt

atomic-agent/src/turn/phase.rs:166–168  ·  view source on GitHub ↗
(&self, f: &mut fmt::Formatter<'_>)

Source from the content-addressed store, hash-verified

164
165impl fmt::Display for Phase {
166 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
167 write!(f, "{}", self.as_str())
168 }
169}
170
171// Event

Callers

nothing calls this directly

Calls 3

is_emptyMethod · 0.45
iterMethod · 0.45
as_strMethod · 0.45

Tested by

no test coverage detected