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

Method afterBulkCreate

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

Source from the content-addressed store, hash-verified

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;
51 beforeBulkRestore(options: RestoreOptions<TAttributes>): HookReturn;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected