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

Method runAll

packages/effect/src/RequestResolver.ts:58–58  ·  view source on GitHub ↗

* Execute a collection of requests. The outer `Array` represents batches * of requests that must be performed sequentially. The inner `Array` * represents a batch of requests that can be performed in parallel.

(requests: Array<Array<Request.Entry<A>>>)

Source from the content-addressed store, hash-verified

56 * represents a batch of requests that can be performed in parallel.
57 */
58 runAll(requests: Array<Array<Request.Entry<A>>>): Effect.Effect<void, never, R>
59
60 /**
61 * Identify the data source using the specific identifier

Callers 3

runBlockedRequestsFunction · 0.80
core.tsFile · 0.80
dataSource.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected