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

Function mapRequestResolvers

packages/effect/src/internal/blockedRequests.ts:91–94  ·  view source on GitHub ↗
(
  self: RequestBlock.RequestBlock,
  f: (dataSource: RequestResolver.RequestResolver<A>) => RequestResolver.RequestResolver<A>
)

Source from the content-addressed store, hash-verified

89 * @internal
90 */
91export const mapRequestResolvers = <A>(
92 self: RequestBlock.RequestBlock,
93 f: (dataSource: RequestResolver.RequestResolver<A>) => RequestResolver.RequestResolver<A>
94): RequestBlock.RequestBlock => reduce(self, MapRequestResolversReducer(f))
95
96/**
97 * Folds over the cases of this collection of blocked requests with the

Callers

nothing calls this directly

Calls 2

reduceFunction · 0.70

Tested by

no test coverage detected