MCPcopy
hub / github.com/continuedev/continue / initialize

Method initialize

extensions/cli/src/services/QuizService.ts:103–109  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

101 }
102
103 async initialize(): Promise<QuizServiceState> {
104 this.currentState = {
105 pendingQuestion: null,
106 };
107 this.pendingRequests.clear();
108 return this.currentState;
109 }
110}
111
112export const quizService = new QuizService();

Calls 1

clearMethod · 0.45

Tested by 1

reloadFunction · 0.36