MCPcopy Index your code
hub / github.com/ccxt/node-binance-api / uuid22

Function uuid22

deprecated/node-binance-api.js:141–143  ·  view source on GitHub ↗
(a)

Source from the content-addressed store, hash-verified

139 }
140
141 const uuid22 = (a) => {
142 return a ? (a ^ Math.random() * 16 >> a / 4).toString(16) : ([1e7] + 1e3 + 4e3 + 8e5).replace(/[018]/g, uuid22);
143 };
144
145 /**
146 * Replaces socks connection uri hostname with IP address

Callers 5

orderFunction · 0.85
marginOrderFunction · 0.85
futuresOrderFunction · 0.85
deliveryOrderFunction · 0.85
apiFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected