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

Method beforeSync

src/hooks.d.ts:60–60  ·  view source on GitHub ↗
(options: SyncOptions)

Source from the content-addressed store, hash-verified

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

Callers 1

hooks.test.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected