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

Method from

src/cli/automation.rs:406–417  ·  view source on GitHub ↗
(value: AutomationSkillsInstallTarget)

Source from the content-addressed store, hash-verified

404 for tracedecay::automation::skill_targets::SkillInstallTarget
405{
406 fn from(value: AutomationSkillsInstallTarget) -> Self {
407 match value {
408 AutomationSkillsInstallTarget::Cursor => Self::Cursor,
409 AutomationSkillsInstallTarget::Codex => Self::Codex,
410 AutomationSkillsInstallTarget::Claude => Self::Claude,
411 AutomationSkillsInstallTarget::Agents => Self::Agents,
412 AutomationSkillsInstallTarget::OpenCode => Self::OpenCode,
413 AutomationSkillsInstallTarget::Kimi => Self::Kimi,
414 AutomationSkillsInstallTarget::Kiro => Self::Kiro,
415 AutomationSkillsInstallTarget::Hermes => Self::Hermes,
416 }
417 }
418}
419
420#[derive(Subcommand)]

Callers 10

dashboardSourceStampFunction · 0.45
SemanticMapFunction · 0.45
categoryColorMapFunction · 0.45
binValuesFunction · 0.45
SkeletonLinesFunction · 0.45
AppFunction · 0.45
useGraphSearchFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected