MCPcopy
hub / github.com/BlueWallet/BlueWallet / error

Method error

util/expo-fetch.js:88–96  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

86 }
87
88 error(e) {
89 if (this._closed || this._err) return;
90 this._err = e instanceof Error ? e : new Error(String(e));
91 if (this._pending) {
92 const r = this._pending;
93 this._pending = null;
94 r({ done: true });
95 }
96 }
97
98 getReader() {
99 return {

Callers 15

fetchShimFunction · 0.95
BlueAppComponentFunction · 0.45
bugsnag.jsFile · 0.45
setIsHandOffUseEnabledFunction · 0.45
getIsHandOffUseEnabledFunction · 0.45
StorageProviderFunction · 0.45
getDoNotTrackStorageFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected