Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
201
function
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
addEntry
Function · 0.85
Calls
1
has
Method · 0.45
Tested by
no test coverage detected