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

Method fmt

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

Source from the content-addressed store, hash-verified

233
234impl std::fmt::Display for WorkerAgentKind {
235 fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
236 f.write_str(self.as_str())
237 }
238}
239
240impl std::str::FromStr for WorkerAgentKind {

Callers

nothing calls this directly

Calls 1

as_strMethod · 0.45

Tested by

no test coverage detected