MCPcopy Index your code
hub / github.com/continuedev/continue / isFirstTime

Function isFirstTime

extensions/cli/src/onboarding.ts:107–109  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

105}
106
107export async function isFirstTime(): Promise<boolean> {
108 return !fs.existsSync(path.join(env.continueHome, ".onboarding_complete"));
109}
110
111export async function markOnboardingComplete(): Promise<void> {
112 const flagPath = path.join(env.continueHome, ".onboarding_complete");

Callers 1

initializeWithOnboardingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected