MCPcopy
hub / github.com/sequelize/sequelize / afterUpsert

Method afterUpsert

types/lib/hooks.d.ts:37–37  ·  view source on GitHub ↗
(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>

Callers 1

upsert.test.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected