Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Effect-TS/effect
/
Class
packages/sql/mssql/test/SqlErrorClassification.test.ts:38–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
}
37
38
class
MockConnection {
39
connect(callback: (cause: unknown) => void) {
40
callback(state.connectCause)
41
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected