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

Method onConfigUpdate

core/config/ConfigHandler.ts:294–296  ·  view source on GitHub ↗
(listener: ConfigUpdateFunction)

Source from the content-addressed store, hash-verified

292 private updateListeners: ConfigUpdateFunction[] = [];
293
294 onConfigUpdate(listener: ConfigUpdateFunction) {
295 this.updateListeners.push(listener);
296 }
297
298 // Methods for loading (without reloading) config
299 // Serialized for passing to GUI

Callers 4

constructorMethod · 0.80
initMethod · 0.80
initMethod · 0.80
constructorMethod · 0.80

Calls 1

pushMethod · 0.65

Tested by

no test coverage detected