(connection: unknown)
| 81 | afterPoolAcquire(connection: Connection, config: GetConnectionOptions): HookReturn; |
| 82 | beforeDisconnect(connection: unknown): HookReturn; |
| 83 | afterDisconnect(connection: unknown): HookReturn; |
| 84 | } |
| 85 | |
| 86 | /** |
no outgoing calls
no test coverage detected