MCPcopy
hub / github.com/sequelize/sequelize / run

Method run

lib/dialects/mssql/query.js:118–123  ·  view source on GitHub ↗
(sql, parameters)

Source from the content-addressed store, hash-verified

116 }
117
118 run(sql, parameters) {
119 const errForStack = new Error();
120 return this.connection.queue.enqueue(() =>
121 this._run(this.connection, sql, parameters, errForStack.stack)
122 );
123 }
124
125 static formatBindParameters(sql, values, dialect) {
126 const bindParam = {};

Callers

nothing calls this directly

Calls 2

_runMethod · 0.95
enqueueMethod · 0.80

Tested by

no test coverage detected