MCPcopy
hub / github.com/sequelize/sequelize / afterBulkUpdate

Method afterBulkUpdate

src/hooks.d.ts:54–54  ·  view source on GitHub ↗
(options: UpdateOptions<TAttributes>)

Source from the content-addressed store, hash-verified

52 afterBulkRestore(options: RestoreOptions<TAttributes>): HookReturn;
53 beforeBulkUpdate(options: UpdateOptions<TAttributes>): HookReturn;
54 afterBulkUpdate(options: UpdateOptions<TAttributes>): HookReturn;
55 beforeFind(options: FindOptions<TAttributes>): HookReturn;
56 beforeCount(options: CountOptions<TAttributes>): HookReturn;
57 beforeFindAfterExpandIncludeAll(options: FindOptions<TAttributes>): HookReturn;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected