MCPcopy
hub / github.com/sequelize/sequelize / isBulkDeleteQuery

Method isBulkDeleteQuery

lib/dialects/abstract/query.js:232–234  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

230 }
231
232 isBulkDeleteQuery() {
233 return this.options.type === QueryTypes.BULKDELETE;
234 }
235
236 isForeignKeysQuery() {
237 return this.options.type === QueryTypes.FOREIGNKEYS;

Callers 5

formatResultsMethod · 0.80
formatResultsMethod · 0.80
formatResultsMethod · 0.80
formatResultsMethod · 0.80
formatResultsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected