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

Method fmt

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

Source from the content-addressed store, hash-verified

30
31impl fmt::Display for FinishReason {
32 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
33 f.write_str(self.as_str())
34 }
35}
36
37pub const fn session_state_label(state: DialogSessionStateFact) -> &'static str {

Callers

nothing calls this directly

Calls 1

as_strMethod · 0.45

Tested by

no test coverage detected