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

Method setDeferrable

src/transaction.js:149–156  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

147 }
148
149 async setDeferrable() {
150 if (this.options.deferrable) {
151 return await this
152 .sequelize
153 .getQueryInterface()
154 .deferConstraints(this, this.options);
155 }
156 }
157
158 async begin() {
159 const queryInterface = this.sequelize.getQueryInterface();

Callers 1

prepareEnvironmentMethod · 0.95

Calls 2

deferConstraintsMethod · 0.80
getQueryInterfaceMethod · 0.80

Tested by

no test coverage detected