MCPcopy
hub / github.com/claude-code-best/claude-code / clearAllOutputStylesCache

Function clearAllOutputStylesCache

src/constants/outputStyles.ts:177–179  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

175})
176
177export function clearAllOutputStylesCache(): void {
178 getAllOutputStyles.cache?.clear?.()
179}
180
181export async function getOutputStyleConfig(): Promise<OutputStyleConfig | null> {
182 const allStyles = await getAllOutputStyles(getCwd())

Callers 1

clearAllPluginCachesFunction · 0.85

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected