MCPcopy Create free account
hub / github.com/codeaashu/claude-code / clearOutputStyleCaches

Function clearOutputStyleCaches

src/outputStyles/loadOutputStylesDir.ts:94–98  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

92)
93
94export function clearOutputStyleCaches(): void {
95 getOutputStyleDirStyles.cache?.clear?.()
96 loadMarkdownFilesForSubdir.cache?.clear?.()
97 clearPluginOutputStyleCache()
98}
99

Callers

nothing calls this directly

Calls 2

clearMethod · 0.45

Tested by

no test coverage detected