MCPcopy Create free account
hub / github.com/Noumena-Network/code / h

Function h

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

Source from the content-addressed store, hash-verified

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

Callers 2

rowFunction · 0.85
renderOverviewToAnsiFunction · 0.85

Calls 1

applyColorFunction · 0.85

Tested by

no test coverage detected