MCPcopy Index your code
hub / github.com/gitify-app/gitify / performInitialCheck

Method performInitialCheck

src/main/updater.ts:121–128  ·  view source on GitHub ↗

* Run an immediate update check on application launch.

()

Source from the content-addressed store, hash-verified

119 * Run an immediate update check on application launch.
120 */
121 private async performInitialCheck() {
122 try {
123 logInfo('app updater', 'Checking for updates on application launch');
124 await autoUpdater.checkForUpdatesAndNotify();
125 } catch (err) {
126 logError('auto updater', 'Initial check failed', toError(err));
127 }
128 }
129
130 /**
131 * Schedule recurring update checks.

Callers 1

startMethod · 0.95

Calls 3

logInfoFunction · 0.90
logErrorFunction · 0.90
toErrorFunction · 0.90

Tested by

no test coverage detected