MCPcopy Create free account
hub / github.com/GCWing/BitFun / fmt

Method fmt

src/crates/execution/agent-runtime/src/runtime.rs:57–61  ·  view source on GitHub ↗
(&self, f: &mut std::fmt::Formatter<'_>)

Source from the content-addressed store, hash-verified

55
56impl std::fmt::Debug for AgentEventStream {
57 fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
58 f.debug_struct("AgentEventStream")
59 .field("len", &self.len())
60 .finish()
61 }
62}
63
64impl AgentEventStream {

Callers

nothing calls this directly

Calls 3

hooksMethod · 0.80
finishMethod · 0.45
lenMethod · 0.45

Tested by

no test coverage detected