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

Method display_name

src/apps/cli/src/acp_cli.rs:42–48  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

40 }
41
42 fn display_name(self) -> &'static str {
43 match self {
44 Self::Opencode => "opencode",
45 Self::ClaudeCode => "Claude Code",
46 Self::Codex => "Codex",
47 }
48 }
49
50 fn config(self) -> AcpClientConfig {
51 let (command, args) = match self {

Callers 1

configMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected