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

Method fmt

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

finishMethod · 0.45
listMethod · 0.45

Tested by

no test coverage detected