(a, b)
| 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 | } |
| 231 | function _temp2(a, b) { |
| 232 | return getCommandName(a).localeCompare(getCommandName(b)); |
| 233 | } |
| 234 | function _temp(cmd) { |
| 235 | return cmd.type === "prompt" && (cmd.loadedFrom === "skills" || cmd.loadedFrom === "commands_DEPRECATED" || cmd.loadedFrom === "plugin" || cmd.loadedFrom === "mcp"); |
| 236 | } |
nothing calls this directly
no test coverage detected