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

Function getFlaggedPluginsPath

src/utils/plugins/pluginFlagging.ts:36–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34let cache: Record<string, FlaggedPlugin> | null = null
35
36function getFlaggedPluginsPath(): string {
37 return join(getPluginsDirectory(), FLAGGED_PLUGINS_FILENAME)
38}
39
40function parsePluginsData(content: string): Record<string, FlaggedPlugin> {
41 const parsed = jsonParse(content) as unknown

Callers 2

readFromDiskFunction · 0.85
writeToDiskFunction · 0.85

Calls 1

getPluginsDirectoryFunction · 0.85

Tested by

no test coverage detected