Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Effect-TS/effect
/ takeAll
Method
takeAll
packages/effect/src/PubSub.ts:2796–2798 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2794
return
items
2795
}
2796
takeAll(): Array<A> {
2797
return
this.takeN(this.remaining)
2798
}
2799
}
2800
2801
const
emptyReplayWindow: PubSub.ReplayWindow<never> = {
Callers
nothing calls this directly
Calls
1
takeN
Method · 0.95
Tested by
no test coverage detected