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

Function spaces

utils/update-static-tests-data.js:45–47  ·  view source on GitHub ↗
(amount)

Source from the content-addressed store, hash-verified

43 return fs.writeFileSync(filename, data);
44}
45function spaces(amount) {
46 return ' '.repeat(amount);
47}
48function die(errorMessage = undefined, code = 1) {
49 const defaultMsg = 'Please specify correct format, e.g.: \n\n' +
50 ' npm run static-updater binance BTC/USDT ETH/USDT\n' +

Callers 1

add_static_resultFunction · 0.70

Calls 1

repeatMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…