MCPcopy Index your code
hub / github.com/sequelize/sequelize / beforePoolAcquire

Method beforePoolAcquire

src/hooks.d.ts:80–80  ·  view source on GitHub ↗
(config: GetConnectionOptions)

Source from the content-addressed store, hash-verified

78 beforeConnect(config: DeepWriteable<Config>): HookReturn;
79 afterConnect(connection: unknown, config: Config): HookReturn;
80 beforePoolAcquire(config: GetConnectionOptions): HookReturn;
81 afterPoolAcquire(connection: Connection, config: GetConnectionOptions): HookReturn;
82 beforeDisconnect(connection: unknown): HookReturn;
83 afterDisconnect(connection: unknown): HookReturn;

Callers 1

hooks.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected