MCPcopy Index your code
hub / github.com/claude-code-best/claude-code / expectColorFile

Function expectColorFile

src/components/StructuredDiff/colorDiff.ts:29–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27}
28
29export function expectColorFile(): typeof ColorFile | null {
30 return getColorModuleUnavailableReason() === null ? ColorFile : null
31}
32
33export function getSyntaxTheme(themeName: string): SyntaxTheme | null {
34 return getColorModuleUnavailableReason() === null

Callers 1

Calls 1

Tested by

no test coverage detected