MCPcopy Index your code
hub / github.com/pgadmin-org/pgadmin4 / cleanupAutoUpdateFlag

Function cleanupAutoUpdateFlag

runtime/src/js/pgadmin.js:197–201  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

195
196// Remove auto_update_enabled from configStore on app close or quit
197function cleanupAutoUpdateFlag() {
198 if (configStore.has('auto_update_enabled')) {
199 configStore.delete('auto_update_enabled');
200 }
201}
202
203// This function will force quit and install update and restart the app
204function forceQuitAndInstallUpdate() {

Callers 2

launchPgAdminWindowFunction · 0.85

Calls 1

deleteMethod · 0.45

Tested by

no test coverage detected