Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1700
export
function
isAutoUpdaterDisabled(): boolean {
1701
return
getAutoUpdaterDisabledReason() !== null
1702
}
1703
1704
/**
1705
* Returns true
if
plugin autoupdate should be skipped.
Callers
6
logStartupTelemetry
Function · 0.85
AutoUpdater
Function · 0.85
PackageManagerAutoUpdater
Function · 0.85
NativeAutoUpdater
Function · 0.85
checkInstallation
Function · 0.85
shouldSkipPluginAutoupdate
Function · 0.85
Calls
1
getAutoUpdaterDisabledReason
Function · 0.85
Tested by
no test coverage detected