MCPcopy Create free account
hub / github.com/Effect-TS/effect / runAll

Method runAll

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

* Execute a collection of requests.

(entries: NonEmptyArray<Request.Entry<A>>, key: unknown)

Source from the content-addressed store, hash-verified

102 * Execute a collection of requests.
103 */
104 runAll(entries: NonEmptyArray<Request.Entry<A>>, key: unknown): Effect.Effect<void, Request.Error<A>>
105}
106
107/**

Callers 3

RequestResolver.tsFile · 0.80
runAllFunction · 0.80
addEntryFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected