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

Method offerAll

packages/effect/src/PubSub.ts:2726–2730  ·  view source on GitHub ↗
(as: Iterable<A>)

Source from the content-addressed store, hash-verified

2724 return index
2725 }
2726 offerAll(as: Iterable<A>): void {
2727 for (const a of as) {
2728 this.offer(a)
2729 }
2730 }
2731}
2732
2733class ReplayWindowImpl<A> implements PubSub.ReplayWindow<A> {

Callers 15

queue.tsFile · 0.80
TxQueue.test.tsFile · 0.80
Channel.test.tsFile · 0.80
Queue.test.tsFile · 0.80
inputTextFunction · 0.80
Sharding.test.tsFile · 0.80
publishAllMethod · 0.80
publishAllMethod · 0.80
publishAllMethod · 0.80
publishAllMethod · 0.80
fromQueueFunction · 0.80

Calls 1

offerMethod · 0.95

Tested by

no test coverage detected