MCPcopy
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

105interface 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_update.jsFile · 0.65
constructorMethod · 0.65
constructorMethod · 0.65
setIsoCodeMethod · 0.65
ngOnInitMethod · 0.65
prepareSessionLogsMethod · 0.65
isNeededMethod · 0.65
touchid.spec.tsFile · 0.65
getCountryMethod · 0.65
initMethod · 0.65

Implementers 2

LocalStoragesrc/providers/persistence/storage/loca
FileStoragesrc/providers/persistence/storage/file

Calls

no outgoing calls

Tested by 2

initFunction · 0.52
initFunction · 0.52