MCPcopy
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

testFunction · 0.45
model.test.jsFile · 0.45

Calls

no outgoing calls

Tested by 1

testFunction · 0.36