MCPcopy Index your code
hub / github.com/sequelize/sequelize / isBulkUpdateQuery

Method isBulkUpdateQuery

src/dialects/abstract/query.js:252–254  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

250 }
251
252 isBulkUpdateQuery() {
253 return this.options.type === QueryTypes.BULKUPDATE;
254 }
255
256 isBulkDeleteQuery() {
257 return this.options.type === QueryTypes.BULKDELETE;

Callers 7

formatResultsMethod · 0.80
formatResultsMethod · 0.80
formatResultsMethod · 0.80
formatResultsMethod · 0.80
formatResultsMethod · 0.80
getDatabaseMethodMethod · 0.80
formatResultsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected