MCPcopy Create free account
hub / github.com/ccxt/ccxt / binaryLength

Method binaryLength

js/src/base/Exchange.js:1571–1573  ·  view source on GitHub ↗
(binary)

Source from the content-addressed store, hash-verified

1569 return parseInt(number, 10);
1570 }
1571 binaryLength(binary) {
1572 return binary.length;
1573 }
1574 lockId() {
1575 return undefined; // c# stub
1576 }

Callers 6

testNumberToBEFunction · 0.95
testBinaryToBase16Function · 0.95
testBase16ToBinaryFunction · 0.95
hashMessageMethod · 0.45
hashMessageMethod · 0.45
hashMessageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected