MCPcopy
hub / github.com/sequelize/sequelize / beforeSync

Method beforeSync

types/lib/hooks.d.ts:59–59  ·  view source on GitHub ↗
(options: SyncOptions)

Source from the content-addressed store, hash-verified

57 beforeFindAfterOptions(options: FindOptions<TAttributes>): HookReturn;
58 afterFind(instancesOrInstance: readonly M[] | M | null, options: FindOptions<TAttributes>): HookReturn;
59 beforeSync(options: SyncOptions): HookReturn;
60 afterSync(options: SyncOptions): HookReturn;
61 beforeBulkSync(options: SyncOptions): HookReturn;
62 afterBulkSync(options: SyncOptions): HookReturn;

Callers 1

hooks.test.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected