Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
run
Method · 0.80
formatResults
Method · 0.80
run
Method · 0.80
formatResults
Method · 0.80
formatResults
Method · 0.80
formatResults
Method · 0.80
formatResults
Method · 0.80
formatResults
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected