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

Method getConfiguration

src/extension/api.ts:486–490  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

484 // Global Settings Management
485
486 public getConfiguration(): RooCodeSettings {
487 return Object.fromEntries(
488 Object.entries(this.sidebarProvider.getValues()).filter(([key]) => !isSecretStateKey(key)),
489 )
490 }
491
492 public async setConfiguration(values: RooCodeSettings) {
493 await this.sidebarProvider.contextProxy.setValues(values)

Callers 1

getActiveProfileMethod · 0.95

Calls 3

isSecretStateKeyFunction · 0.90
entriesMethod · 0.80
getValuesMethod · 0.45

Tested by

no test coverage detected