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

Method getValue

src/utils/export.ts:5–5  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

3
4export interface ExportContext {
5 getValue(key: string): any
6 setValue(key: string, value: any): Promise<void>
7}
8

Callers 5

resolveDefaultSaveUriFunction · 0.65
availableMethod · 0.65
getGlobalStateFunction · 0.65
getGlobalStateMethod · 0.65
getValueMethod · 0.65

Implementers 2

ClineProvidersrc/core/webview/ClineProvider.ts
ContextProxysrc/core/config/ContextProxy.ts

Calls

no outgoing calls

Tested by

no test coverage detected