Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
4
export
interface
ExportContext {
5
getValue(key: string): any
6
setValue(key: string, value: any): Promise<void>
7
}
8
Callers
5
resolveDefaultSaveUri
Function · 0.65
available
Method · 0.65
getGlobalState
Function · 0.65
getGlobalState
Method · 0.65
getValue
Method · 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