MCPcopy Index your code
hub / github.com/codeaashu/claude-code / updatePlugins

Function updatePlugins

src/utils/plugins/pluginAutoupdate.ts:206–210  ·  view source on GitHub ↗

* Update plugins from marketplaces that have autoUpdate enabled. * Returns the list of plugin IDs that were updated.

(
  autoUpdateEnabledMarketplaces: Set<string>,
)

Source from the content-addressed store, hash-verified

204 * Returns the list of plugin IDs that were updated.
205 */
206async function updatePlugins(
207 autoUpdateEnabledMarketplaces: Set<string>,
208): Promise<string[]> {
209 return updatePluginsForMarketplaces(autoUpdateEnabledMarketplaces)
210}
211
212/**
213 * Auto-update marketplaces and plugins in the background.

Calls 1

Tested by

no test coverage detected