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

Method setValue

src/utils/export.ts:6–6  ·  view source on GitHub ↗
(key: string, value: any)

Source from the content-addressed store, hash-verified

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

Callers 11

saveLastExportPathFunction · 0.65
updateGlobalStateFunction · 0.65
webviewMessageHandlerFunction · 0.65
updateGlobalStateMethod · 0.65
setValueMethod · 0.65
handleSwitchWorktreeFunction · 0.65
importSettingsFromPathFunction · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected