MCPcopy Create free account
hub / github.com/effect-app/libs / Client.test.ts

File Client.test.ts

repos/effect/packages/sql/sqlite-do/test/Client.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import type { DurableObjectStorage, SqlStorage } from "@cloudflare/workers-types"
2import { SqliteClient, SqliteMigrator } from "@effect/sql-sqlite-do"
3import { assert, describe, it } from "@effect/vitest"
4import { Deferred, Effect, Fiber } from "effect"

Callers

nothing calls this directly

Calls 10

clientFunction · 0.85
makeClientFunction · 0.70
pipeMethod · 0.65
makeMethod · 0.65
flipMethod · 0.45
failMethod · 0.45
succeedMethod · 0.45
interruptMethod · 0.45
runMethod · 0.45

Tested by

no test coverage detected