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

Function incrementLayer

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

Source from the content-addressed store, hash-verified

78}
79
80const incrementLayer = (opts?: TestOpts) => {
81 const { Sqlite, Engine } = makeBase(opts)
82 return IncrementHandler.pipe(
83 Layer.provideMerge(CounterRef.layer),
84 Layer.provideMerge(Engine),
85 Layer.provideMerge(Sqlite)
86 )
87}
88
89const tickLayer = (opts?: TestOpts) => {
90 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…