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

Function requestBlockLocally

packages/effect/src/internal/core.ts:1896–1900  ·  view source on GitHub ↗
(
  self: BlockedRequests.RequestBlock,
  ref: FiberRef.FiberRef<A>,
  value: A
)

Source from the content-addressed store, hash-verified

1894
1895/** @internal */
1896export const requestBlockLocally = <A>(
1897 self: BlockedRequests.RequestBlock,
1898 ref: FiberRef.FiberRef<A>,
1899 value: A
1900): BlockedRequests.RequestBlock => blockedRequests_.reduce(self, LocallyReducer(ref, value))
1901
1902const LocallyReducer = <A>(
1903 ref: FiberRef.FiberRef<A>,

Callers

nothing calls this directly

Calls 1

LocallyReducerFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…