MCPcopy Index your code
hub / github.com/Effect-TS/effect / layerResult

Function layerResult

packages/experimental/src/Persistence/Redis.ts:133–138  ·  view source on GitHub ↗
(
  options: RedisOptions
)

Source from the content-addressed store, hash-verified

131 * @category layers
132 */
133export const layerResult = (
134 options: RedisOptions
135): Layer.Layer<Persistence.ResultPersistence> =>
136 Persistence.layerResult.pipe(
137 Layer.provide(layer(options))
138 )
139
140/**
141 * @since 1.0.0

Callers

nothing calls this directly

Calls 3

layerFunction · 0.70
pipeMethod · 0.65
provideMethod · 0.65

Tested by

no test coverage detected