MCPcopy
hub / github.com/codeaashu/claude-code / _temp2

Function _temp2

src/components/skills/SkillsMenu.tsx:231–233  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

229 return <Box key={`${skill_0.name}-${skill_0.source}`}><Text>{getCommandName(skill_0)}</Text><Text dimColor={true}>{pluginName ? ` · ${pluginName}` : ""} · {tokenDisplay} description tokens</Text></Box>;
230}
231function _temp2(a, b) {
232 return getCommandName(a).localeCompare(getCommandName(b));
233}
234function _temp(cmd) {
235 return cmd.type === "prompt" && (cmd.loadedFrom === "skills" || cmd.loadedFrom === "commands_DEPRECATED" || cmd.loadedFrom === "plugin" || cmd.loadedFrom === "mcp");
236}

Callers

nothing calls this directly

Calls 1

getCommandNameFunction · 0.50

Tested by

no test coverage detected