Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
94
export
function
clearOutputStyleCaches(): void {
95
getOutputStyleDirStyles.cache?.clear?.()
96
loadMarkdownFilesForSubdir.cache?.clear?.()
97
clearPluginOutputStyleCache()
98
}
99
Callers
nothing calls this directly
Calls
2
clearPluginOutputStyleCache
Function · 0.85
clear
Method · 0.45
Tested by
no test coverage detected