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

Method fmt

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

Source from the content-addressed store, hash-verified

391
392impl fmt::Debug for AgentRegistry {
393 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
394 f.debug_struct("AgentRegistry")
395 .field("agents", &self.list())
396 .finish()
397 }
398}
399
400// Tests

Callers

nothing calls this directly

Calls 2

finishMethod · 0.45
listMethod · 0.45

Tested by

no test coverage detected