MCPcopy Index your code
hub / github.com/ccxt/ccxt / helperStrToBinary

Function helperStrToBinary

ts/src/test/base/test.binaryToBase64.ts:5–7  ·  view source on GitHub ↗
(exchange, str: string)

Source from the content-addressed store, hash-verified

3import ccxt from '../../../ccxt.js';
4
5function helperStrToBinary (exchange, str: string) {
6 return exchange.base64ToBinary (exchange.stringToBase64 (str));
7}
8
9function testBinaryToBase64 () {
10

Callers 1

testBinaryToBase64Function · 0.70

Calls 2

base64ToBinaryMethod · 0.45
stringToBase64Method · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…