MCPcopy
hub / github.com/Effect-TS/effect / take

Method take

packages/effect/src/internal/pubsub.ts:1704–1704  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1702
1703interface ReplayWindow<A> {
1704 take(): A | undefined
1705 takeN(n: number): Chunk.Chunk<A>
1706 takeAll(): Chunk.Chunk<A>
1707 readonly remaining: number

Callers 15

takeNMethod · 0.65
takeMethod · 0.65
PoolImplClass · 0.65
shutdownMethod · 0.65
takeMethod · 0.65
stream.tsFile · 0.65
_asyncFunction · 0.65
asyncEffectFunction · 0.65
asyncPushFunction · 0.65
asyncScopedFunction · 0.65
bufferUnboundedFunction · 0.65
consumerFunction · 0.65

Implementers 3

QueueSpypackages/effect/test/Sink/constructors
ReplayWindowImplpackages/effect/src/internal/pubsub.ts
MapDequeuepackages/effect/src/internal/groupBy.t

Calls

no outgoing calls

Tested by

no test coverage detected