Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
4
export
interface
ExportContext {
5
getValue(key: string): any
6
setValue(key: string, value: any): Promise<void>
7
}
8
9
export
interface
ExportOptions {
Callers
11
saveLastExportPath
Function · 0.65
updateGlobalState
Function · 0.65
webviewMessageHandler
Function · 0.65
activateProviderProfile
Method · 0.65
updateGlobalState
Method · 0.65
setValue
Method · 0.65
handleSwitchWorktree
Function · 0.65
ClineProvider.spec.ts
File · 0.65
ClineProvider.sticky-mode.spec.ts
File · 0.65
importSettingsFromPath
Function · 0.65
ContextProxy.spec.ts
File · 0.65
Implementers
2
ClineProvider
src/core/webview/ClineProvider.ts
ContextProxy
src/core/config/ContextProxy.ts
Calls
no outgoing calls
Tested by
no test coverage detected