MCPcopy
hub / github.com/sequelize/sequelize / execute

Function execute

test/integration/cls.test.js:181–183  ·  view source on GitHub ↗
(User)

Source from the content-addressed store, hash-verified

179 hooks: ['beforeBulkCreate', 'beforeCreate', 'afterCreate', 'afterBulkCreate'],
180 optionPos: 1,
181 async execute(User) {
182 await User.bulkCreate([{ name: 'bob' }], { individualHooks: true });
183 },
184 getModel() {
185 return this.User;
186 }

Callers

nothing calls this directly

Calls 10

bulkCreateMethod · 0.80
findAllMethod · 0.80
destroyMethod · 0.80
buildMethod · 0.80
saveMethod · 0.80
restoreMethod · 0.80
countMethod · 0.45
upsertMethod · 0.45
createMethod · 0.45
updateMethod · 0.45

Tested by

no test coverage detected