| 6 | import * as SqlClient from "effect/unstable/sql/SqlClient" |
| 7 | |
| 8 | class FakeCursor { |
| 9 | readonly columnNames: ReadonlyArray<string> |
| 10 | readonly rows: ReadonlyArray<ReadonlyArray<unknown>> |
| 11 |
nothing calls this directly
no outgoing calls
no test coverage detected