MCPcopy
hub / github.com/sequelize/sequelize / afterCreate

Method afterCreate

types/lib/hooks.d.ts:29–29  ·  view source on GitHub ↗
(attributes: M, options: CreateOptions<TAttributes>)

Source from the content-addressed store, hash-verified

27 afterValidate(instance: M, options: ValidationOptions): HookReturn;
28 beforeCreate(attributes: M, options: CreateOptions<TAttributes>): HookReturn;
29 afterCreate(attributes: M, options: CreateOptions<TAttributes>): HookReturn;
30 beforeDestroy(instance: M, options: InstanceDestroyOptions): HookReturn;
31 afterDestroy(instance: M, options: InstanceDestroyOptions): HookReturn;
32 beforeRestore(instance: M, options: InstanceRestoreOptions): HookReturn;

Callers 3

create.test.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected