MCPcopy
hub / github.com/codeaashu/claude-code / clearPluginOptionsCache

Function clearPluginOptionsCache

src/utils/plugins/pluginOptionsStorage.ts:79–81  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

77)
78
79export function clearPluginOptionsCache(): void {
80 loadPluginOptions.cache?.clear?.()
81}
82
83/**
84 * Save option values, splitting by `schema[key].sensitive`. Non-sensitive go

Callers 3

savePluginOptionsFunction · 0.85
deletePluginOptionsFunction · 0.85
clearAllPluginCachesFunction · 0.85

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected