MCPcopy Create free account
hub / github.com/QuantaAlpha/claude-code / set

Method set

src/utils/secureStorage/types.ts:5–5  ·  view source on GitHub ↗
(key: string, value: SecureStorageData)

Source from the content-addressed store, hash-verified

3export interface SecureStorage {
4 get(key: string): Promise<SecureStorageData | null>
5 set(key: string, value: SecureStorageData): Promise<void>
6 delete(key: string): Promise<void>
7}

Callers 15

callFunction · 0.65
compileTermPatternsFunction · 0.65
callInnerFunction · 0.65
callFunction · 0.65
callFunction · 0.65
resolveAgentToolsFunction · 0.65
setAgentColorFunction · 0.65
getActiveAgentsFromListFunction · 0.65
resolveAgentOverridesFunction · 0.65
processProgressMessagesFunction · 0.65
extractLastToolInfoFunction · 0.65

Implementers 1

FileStateCachesrc/utils/fileStateCache.ts

Calls

no outgoing calls

Tested by

no test coverage detected