MCPcopy Create free account
hub / github.com/gitify-app/gitify / configPath

Function configPath

src/main/lifecycle/first-run.test.ts:53–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

51import { onFirstRunMaybe } from './first-run';
52
53function configPath() {
54 return path.join('/User/Data', 'FirstRun', APPLICATION.FIRST_RUN_FOLDER);
55}
56
57describe('main/lifecycle/first-run', () => {
58 beforeEach(() => {

Callers 1

first-run.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected