MCPcopy
hub / github.com/sequelize/sequelize / beforeBulkCreate

Method beforeBulkCreate

src/hooks.d.ts:47–47  ·  view source on GitHub ↗
(instances: M[], options: BulkCreateOptions<TAttributes>)

Source from the content-addressed store, hash-verified

45 options: InstanceUpdateOptions<TAttributes> | CreateOptions<TAttributes>
46 ): HookReturn;
47 beforeBulkCreate(instances: M[], options: BulkCreateOptions<TAttributes>): HookReturn;
48 afterBulkCreate(instances: readonly M[], options: BulkCreateOptions<TAttributes>): HookReturn;
49 beforeBulkDestroy(options: DestroyOptions<TAttributes>): HookReturn;
50 afterBulkDestroy(options: DestroyOptions<TAttributes>): HookReturn;

Callers 2

hooks.test.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected