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

Function getConfigPath

src/main/lifecycle/first-run.ts:49–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47 * Returns the absolute path to the first-run marker file in the user data directory.
48 */
49const getConfigPath = () => {
50 const userDataPath = app.getPath('userData');
51 return path.join(userDataPath, 'FirstRun', APPLICATION.FIRST_RUN_FOLDER);
52};
53
54/**
55 * Determine if this is the first run of the application by checking for the existence of a specific file.

Callers 1

checkAndMarkFirstRunFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected