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

Method fmt

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

Source from the content-addressed store, hash-verified

238
239impl fmt::Display for HookType {
240 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
241 write!(f, "{}", self.as_str())
242 }
243}
244
245// TurnEvent

Callers

nothing calls this directly

Calls 1

prompt_summaryMethod · 0.45

Tested by

no test coverage detected