Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sequelize/sequelize
/ quoteIdentifier
Method
quoteIdentifier
test/support.js:175–177 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
173
getAbstractQueryGenerator(sequelize) {
174
class
ModdedQueryGenerator extends AbstractQueryGenerator {
175
quoteIdentifier(x) {
176
return
x;
177
}
178
}
179
180
const
queryGenerator =
new
ModdedQueryGenerator({
Callers
5
test
Function · 0.45
model.test.js
File · 0.45
query-interface.test.ts
File · 0.45
query-generator.test.js
File · 0.45
query-generator.test.js
File · 0.45
Calls
no outgoing calls
Tested by
1
test
Function · 0.36