MCPcopy Create free account
hub / github.com/ccxt/node-binance-api / debug

Function debug

tests/live-tests.cjs:51–57  ·  view source on GitHub ↗
( x )

Source from the content-addressed store, hash-verified

49}
50
51let debug = function ( x ) {
52 if ( typeof ( process.env.node_binance_api ) === 'undefined' ) {
53 return;
54 }
55 logger.log( typeof ( x ) );
56 logger.log( util.inspect( x ) );
57}
58
59let stopSockets = function ( log = false ) {
60 //stopSocketsRunning = true;

Callers 1

live-tests.cjsFile · 0.70

Calls 1

logMethod · 0.80

Tested by

no test coverage detected