MCPcopy Create free account
hub / github.com/sequelize/sequelize / afterDisconnect

Method afterDisconnect

src/hooks.d.ts:83–83  ·  view source on GitHub ↗
(connection: unknown)

Source from the content-addressed store, hash-verified

81 afterPoolAcquire(connection: Connection, config: GetConnectionOptions): HookReturn;
82 beforeDisconnect(connection: unknown): HookReturn;
83 afterDisconnect(connection: unknown): HookReturn;
84}
85
86/**

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected