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

Function getFlaggedPlugins

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

Source from the content-addressed store, hash-verified

140 * Returns an empty object if loadFlaggedPlugins() has not been called yet.
141 */
142export function getFlaggedPlugins(): Record<string, FlaggedPlugin> {
143 return cache ?? {}
144}
145
146/**
147 * Add a plugin to the flagged list.

Callers 3

ManagePluginsFunction · 0.85
useManagePluginsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected