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

Method fmt

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

Source from the content-addressed store, hash-verified

246
247impl fmt::Display for HookType {
248 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
249 write!(f, "{}", self.as_str())
250 }
251}
252
253// TurnEvent

Callers

nothing calls this directly

Calls 1

prompt_summaryMethod · 0.45

Tested by

no test coverage detected