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

Method fmt

core/src/ahp/executor.rs:64–70  ·  view source on GitHub ↗
(&self, f: &mut std::fmt::Formatter<'_>)

Source from the content-addressed store, hash-verified

62
63impl std::fmt::Debug for AhpHookExecutor {
64 fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
65 f.debug_struct("AhpHookExecutor")
66 .field("agent_id", &self.agent_id)
67 .field("depth", &self.depth)
68 .field("idle_threshold_ms", &self.idle_threshold_ms)
69 .finish()
70 }
71}
72
73impl AhpHookExecutor {

Callers

nothing calls this directly

Calls 1

finishMethod · 0.45

Tested by

no test coverage detected