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

Method setValues

src/core/config/ContextProxy.ts:558–561  ·  view source on GitHub ↗
(values: RooCodeSettings)

Source from the content-addressed store, hash-verified

556 }
557
558 public async setValues(values: RooCodeSettings) {
559 const entries = Object.entries(values) as [RooCodeSettingsKey, unknown][]
560 await Promise.all(entries.map(([key, value]) => this.setValue(key, value)))
561 }
562
563 /**
564 * Import / Export

Callers 4

setProviderSettingsMethod · 0.95
importSettingsFromPathFunction · 0.45
setConfigurationMethod · 0.45

Calls 3

setValueMethod · 0.95
entriesMethod · 0.80
allMethod · 0.80

Tested by

no test coverage detected