MCPcopy 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

makeHarnessFunction · 0.70

Calls 2

pushMethod · 0.80
syncMethod · 0.45

Tested by

no test coverage detected