MCPcopy Create free account
hub / github.com/Zoo-Code-Org/Zoo-Code / setConfiguration

Method setConfiguration

src/extension/api.ts:492–496  ·  view source on GitHub ↗
(values: RooCodeSettings)

Source from the content-addressed store, hash-verified

490 }
491
492 public async setConfiguration(values: RooCodeSettings) {
493 await this.sidebarProvider.contextProxy.setValues(values)
494 await this.sidebarProvider.providerSettingsManager.saveConfig(values.currentApiConfigName || "default", values)
495 await this.sidebarProvider.postStateToWebview()
496 }
497
498 public setTerminalProfile(name: string | undefined): void {
499 const previousProfile = Terminal.getTerminalProfile()

Callers

nothing calls this directly

Calls 3

saveConfigMethod · 0.80
postStateToWebviewMethod · 0.65
setValuesMethod · 0.45

Tested by

no test coverage detected