MCPcopy
hub / github.com/sequelize/sequelize / getComplexKeys

Function getComplexKeys

lib/utils.js:505–507  ·  view source on GitHub ↗

* getComplexKeys * * @param {object} obj * @returns {Array<string|symbol>} All keys including operators * @private

(obj)

Source from the content-addressed store, hash-verified

503 * @private
504 */
505function getComplexKeys(obj) {
506 return getOperators(obj).concat(Object.keys(obj));
507}
508exports.getComplexKeys = getComplexKeys;
509
510/**

Callers 3

mapWhereFieldNamesFunction · 0.85
getComplexSizeFunction · 0.85
defaultsFunction · 0.85

Calls 1

getOperatorsFunction · 0.85

Tested by

no test coverage detected