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

Method slice

src/node-binance-api.ts:3711–3713  ·  view source on GitHub ↗

* Returns an array of properties starting at start * @param {object} object - the object to get the properties form * @param {int} start - the starting index * @return {array} - the array of entires

(object, start = 0)

Source from the content-addressed store, hash-verified

3709 * @return {array} - the array of entires
3710 */
3711 slice(object, start = 0) {
3712 return Object.keys(object).slice(start);
3713 }
3714
3715 /**
3716 * Gets the minimum key form object

Callers 5

roundStepMethod · 0.80
live-tests.cjsFile · 0.80
apiFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected