Method
afterBulkCreate
(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; |
Tested by
no test coverage detected