MCPcopy Create free account
hub / github.com/effect-app/libs / tickLayer

Function tickLayer

packages/infra/test/workflow-engine-sqlite.test.ts:89–92  ·  view source on GitHub ↗
(opts?: TestOpts)

Source from the content-addressed store, hash-verified

87}
88
89const tickLayer = (opts?: TestOpts) => {
90 const { Sqlite, Engine } = makeBase(opts)
91 return TickHandler.pipe(Layer.provideMerge(Engine), Layer.provideMerge(Sqlite))
92}
93
94const awaitEmailLayer = (opts?: TestOpts) => {
95 const { Sqlite, Engine } = makeBase(opts)

Callers 1

Calls 2

makeBaseFunction · 0.85
pipeMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…