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

Function isAutoUpdaterDisabled

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

Source from the content-addressed store, hash-verified

1698}
1699
1700export function isAutoUpdaterDisabled(): boolean {
1701 return getAutoUpdaterDisabledReason() !== null
1702}
1703
1704/**
1705 * Returns true if plugin autoupdate should be skipped.

Callers 6

logStartupTelemetryFunction · 0.85
AutoUpdaterFunction · 0.85
NativeAutoUpdaterFunction · 0.85
checkInstallationFunction · 0.85

Calls 1

Tested by

no test coverage detected