MCPcopy
hub / github.com/bitpay/wallet / Storage

Interface Storage

src/providers/persistence/persistence.ts:105–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103};
104
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>;
111}
112
113@Injectable()
114export class PersistenceProvider {

Callers 34

existsNewAddressBookMethod · 0.65
existsOldAddressBookMethod · 0.65
crowdin_update.jsFile · 0.65
constructorMethod · 0.65
constructorMethod · 0.65
setIsoCodeMethod · 0.65
ngOnInitMethod · 0.65
prepareSessionLogsMethod · 0.65
karma.conf.jsFile · 0.65
initMethod · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…