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

Method init

core/indexing/CodebaseIndexer.ts:107–113  ·  view source on GitHub ↗
(configHandler: ConfigHandler)

Source from the content-addressed store, hash-verified

105
106 // Initialization - load config and attach config listener
107 private async init(configHandler: ConfigHandler) {
108 const result = await configHandler.loadConfig();
109 await this.handleConfigUpdate(result);
110 configHandler.onConfigUpdate(
111 this.handleConfigUpdate.bind(this) as (arg: any) => void,
112 );
113 }
114
115 set paused(value: boolean) {
116 this.pauseToken.paused = value;

Callers 1

constructorMethod · 0.95

Calls 3

handleConfigUpdateMethod · 0.95
onConfigUpdateMethod · 0.80
loadConfigMethod · 0.45

Tested by

no test coverage detected