Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Effect-TS/effect
/ offerAll
Method
offerAll
packages/effect/test/Sink/constructors.test.ts:126–128 ·
view source on GitHub ↗
(elements: Iterable<A>)
Source
from the content-addressed store, hash-verified
124
}
125
126
offerAll(elements: Iterable<A>) {
127
return
Queue.offerAll(this.backingQueue, elements)
128
}
129
130
capacity(): number {
131
return
Queue.capacity(this.backingQueue)
Callers
nothing calls this directly
Calls
1
offerAll
Method · 0.65
Tested by
no test coverage detected