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

Method setValue

src/core/webview/ClineProvider.ts:2792–2794  ·  view source on GitHub ↗
(key: K, value: RooCodeSettings[K])

Source from the content-addressed store, hash-verified

2790 }
2791
2792 public async setValue<K extends keyof RooCodeSettings>(key: K, value: RooCodeSettings[K]) {
2793 await this.contextProxy.setValue(key, value)
2794 }
2795
2796 public getValue<K extends keyof RooCodeSettings>(key: K) {
2797 return this.contextProxy.getValue(key)

Callers

nothing calls this directly

Calls 1

setValueMethod · 0.65

Tested by

no test coverage detected