| 6 | import { countTextTokens, generateUUID } from "@/utils"; |
| 7 | |
| 8 | interface ConnectionContext { |
| 9 | connection: Connection; |
| 10 | database?: Database; |
| 11 | } |
| 12 | |
| 13 | const samplePGConnection: Connection = { |
| 14 | id: "sample-pg", |
nothing calls this directly
no outgoing calls
no test coverage detected