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

Function shouldSkipPluginAutoupdate

src/utils/config.ts:1710–1715  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1708 * even when the auto-updater is otherwise disabled.
1709 */
1710export function shouldSkipPluginAutoupdate(): boolean {
1711 return (
1712 isAutoUpdaterDisabled() &&
1713 !isEnvTruthy(process.env.FORCE_AUTOUPDATE_PLUGINS)
1714 )
1715}
1716
1717export type AutoUpdaterDisabledReason =
1718 | { type: 'development' }

Callers 3

buildDetailsMenuOptionsFunction · 0.85
ManageMarketplacesFunction · 0.85

Calls 2

isAutoUpdaterDisabledFunction · 0.85
isEnvTruthyFunction · 0.85

Tested by

no test coverage detected