| 20 | } |
| 21 | |
| 22 | class FakeSqlStorage { |
| 23 | readonly statements: Array<string> = [] |
| 24 | tables = new Map<string, Array<Record<string, unknown>>>() |
| 25 | columns = new Map<string, Array<string>>() |
nothing calls this directly
no outgoing calls
no test coverage detected