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

Method beforeBulkCreate

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

Source from the content-addressed store, hash-verified

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

Callers 2

hooks.test.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected