Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
62
export
function
quitApp(): void {
63
window.gitify.app.quit();
64
}
65
66
/**
67
* Show the main application window.
Callers
2
comms.test.ts
File · 0.90
useShortcutActions
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected