MCPcopy
hub / github.com/sequelize/sequelize / afterFind

Method afterFind

types/lib/hooks.d.ts:58–58  ·  view source on GitHub ↗
(instancesOrInstance: readonly M[] | M | null, options: FindOptions<TAttributes>)

Source from the content-addressed store, hash-verified

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;
61 beforeBulkSync(options: SyncOptions): HookReturn;

Callers 3

hooks.tsFile · 0.80
User.tsFile · 0.80
find.test.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected