MCPcopy 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
2801const emptyReplayWindow: PubSub.ReplayWindow<never> = {

Callers

nothing calls this directly

Calls 1

takeNMethod · 0.95

Tested by

no test coverage detected