MCPcopy
hub / github.com/sequelize/sequelize / unscoped

Method unscoped

src/model.js:1509–1511  ·  view source on GitHub ↗

* Get un-scoped model * * @returns {Model}

()

Source from the content-addressed store, hash-verified

1507 * @returns {Model}
1508 */
1509 static unscoped() {
1510 return this.scope();
1511 }
1512
1513 /**
1514 * Add a new scope to the model. This is especially useful for adding scopes with includes, when the model you want to include is not available at the time this model is defined.

Callers 14

aggregate.test.jsFile · 0.80
count.test.jsFile · 0.80
destroy.test.jsFile · 0.80
update.test.jsFile · 0.80
scope.test.jsFile · 0.80
getMethod · 0.80
getMethod · 0.80
setMethod · 0.80
addMethod · 0.80
removeMethod · 0.80

Calls 1

scopeMethod · 0.95

Tested by

no test coverage detected