MCPcopy Create free account
hub / github.com/AI45Lab/Code / fmt

Method fmt

core/src/agent_api.rs:334–336  ·  view source on GitHub ↗
(&self, f: &mut std::fmt::Formatter<'_>)

Source from the content-addressed store, hash-verified

332
333impl std::fmt::Debug for Agent {
334 fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
335 f.debug_struct("Agent").finish()
336 }
337}
338
339impl Agent {

Callers

nothing calls this directly

Calls 1

finishMethod · 0.45

Tested by

no test coverage detected