Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
setAgentColor
Function · 0.65
consumeSpeculativeClassifierCheck
Function · 0.65
KeybindingProvider
Function · 0.65
KeybindingSetup
Function · 0.65
cachedLexer
Function · 0.65
LogSelector
Function · 0.65
TaskListV2
Function · 0.65
MessagesImpl
Function · 0.65
RecentDenialsTab
Function · 0.65
resolveFieldAsync
Function · 0.65
TreeSelect
Function · 0.65
cachedHighlight
Function · 0.65
Implementers
1
FileStateCache
src/utils/fileStateCache.ts
Calls
no outgoing calls
Tested by
no test coverage detected