| 31 | } |
| 32 | |
| 33 | export class SQLiteTestStorage implements DurableObjectStorageLike { |
| 34 | private readonly db: DatabaseSync; |
| 35 | private readonly cache = new Map<string, StatementSync>(); |
| 36 | readonly sql: { |
nothing calls this directly
no outgoing calls
no test coverage detected