MCPcopy Create free account
hub / github.com/Effect-TS/effect /

Class

packages/sql/sqlite-do/test/Client.test.ts:22–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22class FakeSqlStorage {
23 readonly statements: Array<string> = []
24 tables = new Map<string, Array<Record<string, unknown>>>()
25 columns = new Map<string, Array<string>>()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected