MCPcopy
hub / github.com/sequelize/sequelize / quoteIdentifier

Method quoteIdentifier

test/support.js:184–186  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

182 getAbstractQueryGenerator(sequelize) {
183 class ModdedQueryGenerator extends AbstractQueryGenerator {
184 quoteIdentifier(x) {
185 return x;
186 }
187 }
188
189 const queryGenerator = new ModdedQueryGenerator({

Callers 5

model.test.jsFile · 0.45
testFunction · 0.45

Calls

no outgoing calls

Tested by 1

testFunction · 0.36