Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3
export
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
interpretCommandResult
Function · 0.65
createSyntheticOutputTool
Function · 0.65
validateInput
Function · 0.65
searchToolsWithKeywords
Function · 0.65
call
Function · 0.65
memoryFileFreshnessPrefix
Function · 0.65
validateInput
Function · 0.65
call
Function · 0.65
call
Function · 0.65
resolveAgentTools
Function · 0.65
getAgentColor
Function · 0.65
resolveAgentOverrides
Function · 0.65
Implementers
1
FileStateCache
src/utils/fileStateCache.ts
Calls
no outgoing calls
Tested by
no test coverage detected