MCPcopy
hub / github.com/gitify-app/gitify / quitApp

Function quitApp

src/renderer/utils/system/comms.ts:62–64  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

60 * Quit the application.
61 */
62export function quitApp(): void {
63 window.gitify.app.quit();
64}
65
66/**
67 * Show the main application window.

Callers 2

comms.test.tsFile · 0.90
useShortcutActionsFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected