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

Method isRawQuery

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

Source from the content-addressed store, hash-verified

182 }
183
184 isRawQuery() {
185 return this.options.type === QueryTypes.RAW;
186 }
187
188 isVersionQuery() {
189 return this.options.type === QueryTypes.VERSION;

Callers 8

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