Method
beforeUpsert
(attributes: M, options: UpsertOptions<TAttributes>)
Source from the content-addressed store, hash-verified
| 34 | beforeUpdate(instance: M, options: InstanceUpdateOptions<TAttributes>): HookReturn; |
| 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, |
Tested by
no test coverage detected