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

Method run

src/dialects/mssql/query.js:127–132  ·  view source on GitHub ↗
(sql, parameters)

Source from the content-addressed store, hash-verified

125 }
126
127 run(sql, parameters) {
128 const errForStack = new Error();
129 return this.connection.queue.enqueue(() =>
130 this._run(this.connection, sql, parameters, errForStack.stack)
131 );
132 }
133
134 static formatBindParameters(sql, values, dialect) {
135 const bindParam = {};

Callers

nothing calls this directly

Calls 2

_runMethod · 0.95
enqueueMethod · 0.80

Tested by

no test coverage detected