MCPcopy
hub / github.com/sequelize/sequelize / _baseMerge

Method _baseMerge

lib/model.js:793–798  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

791 }
792
793 static _baseMerge(...args) {
794 _.assignWith(...args);
795 this._conformIncludes(args[0], this);
796 this._uniqIncludes(args[0]);
797 return args[0];
798 }
799
800 static _mergeFunction(objValue, srcValue, key) {
801 if (Array.isArray(objValue) && Array.isArray(srcValue)) {

Callers 2

_assignOptionsMethod · 0.95
_defaultsOptionsMethod · 0.95

Calls 2

_conformIncludesMethod · 0.95
_uniqIncludesMethod · 0.95

Tested by

no test coverage detected