MCPcopy
hub / github.com/sequelize/sequelize / beforeFindAfterOptions

Method beforeFindAfterOptions

types/lib/hooks.d.ts:57–57  ·  view source on GitHub ↗
(options: FindOptions<TAttributes>)

Source from the content-addressed store, hash-verified

55 beforeCount(options: CountOptions<TAttributes>): HookReturn;
56 beforeFindAfterExpandIncludeAll(options: FindOptions<TAttributes>): HookReturn;
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;

Callers 1

find.test.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected