| 198 | ] |
| 199 | |
| 200 | class LibsqlConnectionImpl implements LibsqlConnection { |
| 201 | readonly sdk: Libsql.Client | Libsql.Transaction |
| 202 | constructor(sdk: Libsql.Client | Libsql.Transaction) { |
| 203 | this.sdk = sdk |
nothing calls this directly
no outgoing calls
no test coverage detected