Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Effect-TS/effect
/ connect
Method
connect
packages/sql/mssql/test/Client.test.ts:30–32 ·
view source on GitHub ↗
(callback: (cause: unknown) => void)
Source
from the content-addressed store, hash-verified
28
29
class
MockConnection {
30
connect(callback: (cause: unknown) => void) {
31
callback(null)
32
}
33
close() {}
34
on() {}
35
cancel() {
Callers
10
make
Function · 0.45
makeClient
Function · 0.45
makeConection
Function · 0.45
PgClient.ts
File · 0.45
BrowserWorkerRunner.test.ts
File · 0.45
DenoSocketServer.test.ts
File · 0.45
DenoWorkerRunner.test.ts
File · 0.45
makeTcp
Function · 0.45
NodeHttpServer.test.ts
File · 0.45
NodeRedis.ts
File · 0.45
Calls
1
callback
Function · 0.50
Tested by
no test coverage detected