MCPcopy
hub / github.com/sequelize/sequelize / getOperators

Function getOperators

lib/utils.js:493–495  ·  view source on GitHub ↗

* getOperators * * @param {object} obj * @returns {Array<symbol>} All operators properties of obj * @private

(obj)

Source from the content-addressed store, hash-verified

491 * @private
492 */
493function getOperators(obj) {
494 return Object.getOwnPropertySymbols(obj).filter(s => operatorsSet.has(s));
495}
496exports.getOperators = getOperators;
497
498/**

Callers 2

getComplexKeysFunction · 0.85
isWhereEmptyFunction · 0.85

Calls 1

hasMethod · 0.45

Tested by

no test coverage detected