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

Method _assignOptions

src/model.js:856–858  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

854 }
855
856 static _assignOptions(...args) {
857 return this._baseMerge(...args, this._mergeFunction.bind(this));
858 }
859
860 static _defaultsOptions(target, opts) {
861 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