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

Method init

core/indexing/docs/DocsService.ts:232–238  ·  view source on GitHub ↗
(configHandler: ConfigHandler)

Source from the content-addressed store, hash-verified

230
231 // Initialization - load config and attach config listener
232 private async init(configHandler: ConfigHandler) {
233 const result = await configHandler.loadConfig();
234 await this.handleConfigUpdate(result);
235 configHandler.onConfigUpdate(
236 this.handleConfigUpdate.bind(this) as (arg: any) => void,
237 );
238 }
239
240 readonly statuses: Map<string, IndexingStatus> = new Map();
241

Callers 1

constructorMethod · 0.95

Calls 3

handleConfigUpdateMethod · 0.95
onConfigUpdateMethod · 0.80
loadConfigMethod · 0.45

Tested by

no test coverage detected