Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Effect-TS/effect
/ record
Function
record
packages/effect/test/unstable/sql/SqlClient.test.ts:42–42 ·
view source on GitHub ↗
(name: string)
Source
from the content-addressed store, hash-verified
40
const
savepoints: Array<number> = []
41
42
const
record = (name: string) => Effect.sync(() => calls.push(name))
43
44
const
withTransaction = SqlClient.makeWithTransaction({
45
transactionService,
Callers
1
makeHarness
Function · 0.70
Calls
2
push
Method · 0.80
sync
Method · 0.45
Tested by
no test coverage detected