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

Function runBatch

packages/effect/src/internal/request.ts:201–205  ·  view source on GitHub ↗
(batch: Batch)

Source from the content-addressed store, hash-verified

199) => effect.sync(() => removeEntryUnsafe(resolver, entry))
200
201function runBatch(batch: Batch) {
202 if (!batch.map.has(batch.key)) return effect.void
203 batch.map.delete(batch.key)
204 return batch.run
205}

Callers 1

addEntryFunction · 0.85

Calls 1

hasMethod · 0.45

Tested by

no test coverage detected