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

Function showWindow

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

Source from the content-addressed store, hash-verified

67 * Show the main application window.
68 */
69export function showWindow(): void {
70 window.gitify.app.show();
71}
72
73/**
74 * Hide the main application window.

Callers 2

comms.test.tsFile · 0.90
LoginRouteFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected