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

Function awaitEmailLayer

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

Source from the content-addressed store, hash-verified

92}
93
94const awaitEmailLayer = (opts?: TestOpts) => {
95 const { Sqlite, Engine } = makeBase(opts)
96 return AwaitEmailHandler.pipe(Layer.provideMerge(Engine), Layer.provideMerge(Sqlite))
97}
98
99// --- Tests ------------------------------------------------------------
100

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…