Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
testNumberToBE
Function · 0.95
testBinaryToBase16
Function · 0.95
testBase16ToBinary
Function · 0.95
hashMessage
Method · 0.45
hashMessage
Method · 0.45
hashMessage
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected