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

Method max

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

* Gets the maximum key form object * @param {object} object - the object to get the properties form * @return {string} - the minimum key

(object)

Source from the content-addressed store, hash-verified

3728 * @return {string} - the minimum key
3729 */
3730 max(object) {
3731 // eslint-disable-next-line prefer-spread
3732 return Math.max.apply(Math, Object.keys(object));
3733 }
3734
3735 /**
3736 * Sets an option given a key and value

Callers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected