MCPcopy
hub / github.com/sequelize/sequelize / afterBulkCreate

Method afterBulkCreate

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

Source from the content-addressed store, hash-verified

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

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected