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

Method delete

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

Source from the content-addressed store, hash-verified

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

Callers 15

setAgentColorFunction · 0.65
KeybindingProviderFunction · 0.65
KeybindingSetupFunction · 0.65
cachedLexerFunction · 0.65
LogSelectorFunction · 0.65
TaskListV2Function · 0.65
MessagesImplFunction · 0.65
RecentDenialsTabFunction · 0.65
resolveFieldAsyncFunction · 0.65
TreeSelectFunction · 0.65
cachedHighlightFunction · 0.65

Implementers 1

FileStateCachesrc/utils/fileStateCache.ts

Calls

no outgoing calls

Tested by

no test coverage detected