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

Function isDevMode

src/main/utils.ts:15–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13 * Returns true when the app is running in development mode (i.e. not packaged).
14 */
15export function isDevMode(): boolean {
16 return !app.isPackaged;
17}
18
19/**
20 * Capture the current window contents and save a PNG file to the user's home directory.

Callers 4

index.tsFile · 0.90
indexHtmlFunction · 0.90
utils.test.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected