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

Class

packages/sql/mssql/test/Client.test.ts:29–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27 }
28
29 class MockConnection {
30 connect(callback: (cause: unknown) => void) {
31 callback(null)
32 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected