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

Function h

src/components/Stats.tsx:1098–1098  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

1096 const lines: string[] = [];
1097 const theme = getTheme(resolveThemeSetting(getGlobalConfig().theme));
1098 const h = (text: string) => applyColor(text, theme.claude as Color);
1099
1100 // Two-column helper with fixed spacing
1101 // Column 1: label (18 chars) + value + padding to reach col 2

Callers 2

rowFunction · 0.70
renderOverviewToAnsiFunction · 0.70

Calls 1

applyColorFunction · 0.85

Tested by

no test coverage detected