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

Method unscoped

lib/model.js:1458–1460  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

1456 * @returns {Model}
1457 */
1458 static unscoped() {
1459 return this.scope();
1460 }
1461
1462 /**
1463 * 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

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

Calls 1

scopeMethod · 0.95

Tested by

no test coverage detected