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

Method loadConfig

core/config/ConfigHandler.ts:317–330  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

315 }
316
317 async loadConfig(): Promise<ConfigResult<ContinueConfig>> {
318 await this.isInitialized;
319 if (!this.currentProfile) {
320 return {
321 config: undefined,
322 errors: undefined,
323 configLoadInterrupted: true,
324 };
325 }
326 const config = await this.currentProfile.loadConfig(
327 this.additionalContextProviders,
328 );
329 return config;
330 }
331
332 async openConfigProfile(
333 profileId?: string,

Callers 15

getContextProviderExtrasFunction · 0.95
constructorMethod · 0.45
getLlmMethod · 0.45
refreshIfNotIgnoredMethod · 0.45
handleToolCallMethod · 0.45
isItemTooBigMethod · 0.45
handleFilesChangedMethod · 0.45
handleListModelsMethod · 0.45
CoreClass · 0.45
llmStreamChatFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected