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

Method getValues

src/core/config/ContextProxy.ts:550–556  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

548 }
549
550 public getValues(): RooCodeSettings {
551 const globalState = this.getAllGlobalState()
552 const secretState = this.getAllSecretState()
553
554 // Simply merge all states - no nested secrets to handle
555 return { ...globalState, ...secretState }
556 }
557
558 public async setValues(values: RooCodeSettings) {
559 const entries = Object.entries(values) as [RooCodeSettingsKey, unknown][]

Callers 4

getGlobalSettingsMethod · 0.95
getProviderSettingsMethod · 0.95
exportMethod · 0.95
getConfigurationMethod · 0.45

Calls 2

getAllGlobalStateMethod · 0.95
getAllSecretStateMethod · 0.95

Tested by

no test coverage detected