MCPcopy
hub / github.com/sequelize/sequelize / hooks.ts

File hooks.ts

test/types/hooks.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { expectTypeOf } from "expect-type";
2import { FindOptions, Model, QueryOptions, SaveOptions, Sequelize, UpsertOptions, Config, Utils } from "sequelize";
3import { Connection, GetConnectionOptions } from "sequelize/lib/dialects/abstract/connection-manager";
4import { ModelHooks } from "sequelize/lib/hooks";

Callers

nothing calls this directly

Calls 7

initMethod · 0.80
beforeSaveMethod · 0.80
afterSaveMethod · 0.80
afterFindMethod · 0.80
beforeConnectMethod · 0.80
beforePoolAcquireMethod · 0.80
afterPoolAcquireMethod · 0.80

Tested by

no test coverage detected