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

Function is_skill_view_tool

src/analytics.rs:81–86  ·  view source on GitHub ↗
(raw: &str)

Source from the content-addressed store, hash-verified

79}
80
81pub fn is_skill_view_tool(raw: &str) -> bool {
82 matches!(
83 normalize_tool_name(raw).as_str(),
84 "skill_view" | "tracedecay_skill_view"
85 )
86}
87
88fn categorize_normalized_tool(normalized: &str, command_hint: Option<&str>) -> UsageCategory {
89 if normalized.starts_with("tracedecay_memory")

Callers 3

infer_usage_eventsFunction · 0.85
mcp_tool_analytics_eventFunction · 0.85
handle_tools_callMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected