MCPcopy Index your code
hub / github.com/codeaashu/claude-code / _temp3

Function _temp3

src/components/skills/SkillsMenu.tsx:225–230  ·  view source on GitHub ↗
(skill_0)

Source from the content-addressed store, hash-verified

223 return t14;
224}
225function _temp3(skill_0) {
226 const estimatedTokens = estimateSkillFrontmatterTokens(skill_0);
227 const tokenDisplay = `~${formatTokens(estimatedTokens)}`;
228 const pluginName = skill_0.source === "plugin" ? skill_0.pluginInfo?.pluginManifest.name : undefined;
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}

Callers

nothing calls this directly

Calls 3

formatTokensFunction · 0.85
getCommandNameFunction · 0.50

Tested by

no test coverage detected