MCPcopy Create free account
hub / github.com/continuedev/continue / setState

Method setState

extensions/cli/src/services/ConfigService.ts:416–419  ·  view source on GitHub ↗
(newState: Partial<ConfigServiceState>)

Source from the content-addressed store, hash-verified

414 }
415
416 setState(newState: Partial<ConfigServiceState>): void {
417 super.setState(newState);
418 serviceContainer.set(SERVICE_NAMES.CONFIG, this.currentState);
419 }
420}

Callers 15

loadConfigMethod · 0.95
updateStateMethod · 0.45
updateMethod · 0.45
updateStateMethod · 0.45
setHistoryInternalMethod · 0.45
loadSessionMethod · 0.45
setCompactionIndexMethod · 0.45
setRemoteModeMethod · 0.45
switchModelMethod · 0.45
beforeFileEditMethod · 0.45
afterFileEditMethod · 0.45
setEnabledMethod · 0.45

Calls 1

setMethod · 0.65

Tested by 1

updateStateMethod · 0.36