MCPcopy Index your code
hub / github.com/CodebuffAI/codebuff / normalizeThemeName

Function normalizeThemeName

cli/src/utils/theme-system.ts:161–162  ·  view source on GitHub ↗
(themeName: string)

Source from the content-addressed store, hash-verified

159] as const
160
161const normalizeThemeName = (themeName: string): string =>
162 themeName.trim().toLowerCase()
163
164const inferThemeFromName = (themeName: string): ThemeName | null => {
165 const normalized = normalizeThemeName(themeName)

Callers 1

inferThemeFromNameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected