MCPcopy
hub / github.com/sequelize/sequelize / _injectScope

Method _injectScope

src/model.js:3411–3414  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

3409
3410 // Inject _scope into options.
3411 static _injectScope(options) {
3412 const scope = Utils.cloneDeep(this._scope);
3413 this._defaultsOptions(options, scope);
3414 }
3415
3416 static [Symbol.for('nodejs.util.inspect.custom')]() {
3417 return this.name;

Callers 7

findAllMethod · 0.95
aggregateMethod · 0.95
destroyMethod · 0.95
updateMethod · 0.95
incrementMethod · 0.95
scope.test.jsFile · 0.80

Calls 1

_defaultsOptionsMethod · 0.95

Tested by

no test coverage detected