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

Method afterFind

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

Source from the content-addressed store, hash-verified

57 beforeFindAfterExpandIncludeAll(options: FindOptions<TAttributes>): HookReturn;
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;

Callers 3

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

Calls

no outgoing calls

Tested by

no test coverage detected