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

Function getOperators

src/utils.js:506–508  ·  view source on GitHub ↗

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

(obj)

Source from the content-addressed store, hash-verified

504 * @private
505 */
506function getOperators(obj) {
507 return Object.getOwnPropertySymbols(obj).filter(s => operatorsSet.has(s));
508}
509exports.getOperators = getOperators;
510
511/**

Callers 2

getComplexKeysFunction · 0.85
isWhereEmptyFunction · 0.85

Calls 1

hasMethod · 0.45

Tested by

no test coverage detected