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

Method getValue

src/core/webview/ClineProvider.ts:2796–2798  ·  view source on GitHub ↗
(key: K)

Source from the content-addressed store, hash-verified

2794 }
2795
2796 public getValue<K extends keyof RooCodeSettings>(key: K) {
2797 return this.contextProxy.getValue(key)
2798 }
2799
2800 public getValues() {
2801 return this.contextProxy.getValues()

Callers

nothing calls this directly

Calls 1

getValueMethod · 0.65

Tested by

no test coverage detected