MCPcopy 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

runFunction · 0.45
runProcedureFunction · 0.45
cancelFunction · 0.45
cancelResponseBodyFunction · 0.45
fromReadableStreamFunction · 0.45
runRawFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected