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

Method get

src/utils/secureStorage/types.ts:4–4  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

2
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

interpretCommandResultFunction · 0.65
validateInputFunction · 0.65
searchToolsWithKeywordsFunction · 0.65
callFunction · 0.65
validateInputFunction · 0.65
callFunction · 0.65
callFunction · 0.65
resolveAgentToolsFunction · 0.65
getAgentColorFunction · 0.65
resolveAgentOverridesFunction · 0.65

Implementers 1

FileStateCachesrc/utils/fileStateCache.ts

Calls

no outgoing calls

Tested by

no test coverage detected