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

Method fmt

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

finishMethod · 0.45
listMethod · 0.45

Tested by

no test coverage detected