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

Method isVersionQuery

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

Source from the content-addressed store, hash-verified

186 }
187
188 isVersionQuery() {
189 return this.options.type === QueryTypes.VERSION;
190 }
191
192 isUpsertQuery() {
193 return this.options.type === QueryTypes.UPSERT;

Callers 7

runMethod · 0.80
formatResultsMethod · 0.80
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