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

Method dashboard_label

src/analytics.rs:57–69  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

55
56impl UsageCategory {
57 pub fn dashboard_label(self) -> &'static str {
58 match self {
59 Self::TraceDecayGraph => "tracedecay_mcp",
60 Self::LcmSession => "lcm_session",
61 Self::Memory => "memory",
62 Self::BroadFileSearch => "broad_code_context",
63 Self::Edit => "code_edit",
64 Self::Shell => "shell",
65 Self::WorkflowSkill => "workflow_skill",
66 Self::TraceDecayWorkflowSkill => "tracedecay_workflow_skill",
67 Self::Other => "other_tool",
68 }
69 }
70}
71
72pub fn normalize_tool_name(raw: &str) -> String {

Callers 3

record_event_usageFunction · 0.80
record_fallback_usageFunction · 0.80
usage_summaryFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected