MCPcopy Create free account
hub / github.com/ScriptedAlchemy/tracedecay / id

Method id

src/sessions/providers.rs:15–27  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

13
14impl SessionProvider {
15 pub const fn id(self) -> &'static str {
16 match self {
17 Self::Cursor => "cursor",
18 Self::Claude => "claude",
19 Self::Codex => "codex",
20 Self::Vibe => "vibe",
21 Self::Cline => "cline",
22 Self::RooCode => "roo-code",
23 Self::Kilo => "kilo",
24 Self::Kiro => "kiro",
25 Self::Hermes => "hermes",
26 }
27 }
28
29 pub fn parse(value: &str) -> Option<Self> {
30 match value {

Callers 10

handle_sessions_actionFunction · 0.45
kill_child_process_treeFunction · 0.45
provider_idMethod · 0.45
response_labelMethod · 0.45
visit_bindingMethod · 0.45
extract_docstringMethod · 0.45
createSimulationFunction · 0.45

Calls

no outgoing calls