MCPcopy
hub / github.com/BlueWallet/BlueWallet / push

Method push

util/expo-fetch.js:69–76  ·  view source on GitHub ↗
(bytes)

Source from the content-addressed store, hash-verified

67 }
68
69 push(bytes) {
70 if (this._closed || this._err) return;
71 if (this._pending) {
72 const r = this._pending;
73 this._pending = null;
74 r({ value: bytes, done: false });
75 } else this._q.push(bytes);
76 }
77
78 close() {
79 if (this._closed || this._err) return;

Callers 15

QRCodeFunction · 0.45
showWalletFunction · 0.45
renderSecretFunction · 0.45
buildMenuFunction · 0.45
HighlightedTextFunction · 0.45
StorageProviderFunction · 0.45
staggerDelaysForRunKeyFunction · 0.45
ElectrumSettingsFunction · 0.45
checkAddressFunction · 0.45
renderFormattedTextFunction · 0.45
GeneralSettingsFunction · 0.45
arrDiffFunction · 0.45

Calls

no outgoing calls

Tested by 5

onProgressFunction · 0.36
onWalletFunction · 0.36
onPasswordFunction · 0.36
makeMatrixFunction · 0.36
parseDataPathFunction · 0.36