Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Effect-TS/effect
/ cancel
Method
cancel
packages/sql/mssql/test/Client.test.ts:35–37 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
33
close() {}
34
on() {}
35
cancel() {
36
state.cancelCalls++
37
}
38
execSql(request: MockRequest) {
39
if
(state.completeRequests) {
40
request.callback(null, 0, [])
Callers
7
run
Function · 0.45
runProcedure
Function · 0.45
cancel
Function · 0.45
cancelResponseBody
Function · 0.45
fromReadableStream
Function · 0.45
readableStreamToPullUnsafe
Function · 0.45
runRaw
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected