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

Method fmt

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

Source from the content-addressed store, hash-verified

455
456impl fmt::Debug for AgentRegistry {
457 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
458 f.debug_struct("AgentRegistry")
459 .field("agents", &self.list())
460 .finish()
461 }
462}
463
464// Tests

Callers

nothing calls this directly

Calls 2

finishMethod · 0.45
listMethod · 0.45

Tested by

no test coverage detected