Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/bitpay/wallet
/ get
Method
get
src/providers/persistence/persistence.ts:107–107 ·
view source on GitHub ↗
(k: string)
Source
from the content-addressed store, hash-verified
105
interface
Storage {
106
exists(k: string): Promise<boolean>;
107
get(k: string): Promise<any>;
108
set(k: string, v): Promise<void>;
109
remove(k: string): Promise<void>;
110
create(k: string, v): Promise<void>;
Callers
15
crowdin_download.js
File · 0.65
crowdin_update.js
File · 0.65
configurePageTestingModule
Method · 0.65
constructor
Method · 0.65
constructor
Method · 0.65
setIsoCode
Method · 0.65
ngOnInit
Method · 0.65
prepareSessionLogs
Method · 0.65
isNeeded
Method · 0.65
touchid.spec.ts
File · 0.65
getCountry
Method · 0.65
init
Method · 0.65
Implementers
2
LocalStorage
src/providers/persistence/storage/loca
FileStorage
src/providers/persistence/storage/file
Calls
no outgoing calls
Tested by
2
init
Function · 0.52
init
Function · 0.52