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

Method id

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

Source from the content-addressed store, hash-verified

32
33impl ExternalAcpClient {
34 fn id(self) -> &'static str {
35 match self {
36 Self::Opencode => "opencode",
37 Self::ClaudeCode => "claude-code",
38 Self::Codex => "codex",
39 }
40 }
41
42 fn display_name(self) -> &'static str {
43 match self {

Callers 5

runFunction · 0.45
get_thread_idFunction · 0.45
list_external_clientsFunction · 0.45
enable_external_clientFunction · 0.45
run_external_clientFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected