MCPcopy
hub / github.com/sequelize/sequelize / _assignOptions

Method _assignOptions

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

Source from the content-addressed store, hash-verified

825 }
826
827 static _assignOptions(...args) {
828 return this._baseMerge(...args, this._mergeFunction);
829 }
830
831 static _defaultsOptions(target, opts) {
832 return this._baseMerge(target, opts, (srcValue, objValue, key) => {

Callers 2

_uniqIncludesMethod · 0.95
scopeMethod · 0.95

Calls 1

_baseMergeMethod · 0.95

Tested by

no test coverage detected