MCPcopy
hub / github.com/sequelize/sequelize / beforeBulkDestroy

Method beforeBulkDestroy

types/lib/hooks.d.ts:48–48  ·  view source on GitHub ↗
(options: DestroyOptions<TAttributes>)

Source from the content-addressed store, hash-verified

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

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected