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

Function getComplexKeys

src/utils.js:518–520  ·  view source on GitHub ↗

* getComplexKeys * * @param {object} obj * @returns {Array } All keys including operators * @private

(obj)

Source from the content-addressed store, hash-verified

516 * @private
517 */
518function getComplexKeys(obj) {
519 return getOperators(obj).concat(Object.keys(obj));
520}
521exports.getComplexKeys = getComplexKeys;
522
523/**

Callers 3

mapWhereFieldNamesFunction · 0.85
getComplexSizeFunction · 0.85
defaultsFunction · 0.85

Calls 1

getOperatorsFunction · 0.85

Tested by

no test coverage detected