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

Method fmt

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

Source from the content-addressed store, hash-verified

423
424impl fmt::Debug for AgentRegistry {
425 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
426 f.debug_struct("AgentRegistry")
427 .field("agents", &self.list())
428 .finish()
429 }
430}
431
432// Tests

Callers

nothing calls this directly

Calls 2

finishMethod · 0.45
listMethod · 0.45

Tested by

no test coverage detected