MCPcopy Create free account
hub / github.com/effect-app/libs / runAll

Method runAll

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

* Execute a collection of requests.

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

Source from the content-addressed store, hash-verified

99 collectWhile(entries: ReadonlySet<Request.Entry<A>>): boolean
100
101 /**
102 * Execute a collection of requests.
103 */
104 runAll(entries: NonEmptyArray<Request.Entry<A>>, key: unknown): Effect.Effect<void, Request.Error<A>>

Callers 3

RequestResolver.tsFile · 0.80
runAllFunction · 0.80
addEntryFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected