Method
afterUpsert
(attributes: [ M, boolean | null ], options: UpsertOptions<TAttributes>)
Source from the content-addressed store, hash-verified
| 35 | afterUpdate(instance: M, options: InstanceUpdateOptions<TAttributes>): HookReturn; |
| 36 | beforeUpsert(attributes: M, options: UpsertOptions<TAttributes>): HookReturn; |
| 37 | afterUpsert(attributes: [ M, boolean | null ], options: UpsertOptions<TAttributes>): HookReturn; |
| 38 | beforeSave( |
| 39 | instance: M, |
| 40 | options: InstanceUpdateOptions<TAttributes> | CreateOptions<TAttributes> |
Tested by
no test coverage detected