Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Effect-TS/effect
/ takeN
Method
takeN
packages/effect/src/internal/pubsub.ts:1705–1705 ·
view source on GitHub ↗
(n: number)
Source
from the content-addressed store, hash-verified
1703
interface
ReplayWindow<A> {
1704
take(): A | undefined
1705
takeN(n: number): Chunk.Chunk<A>
1706
takeAll(): Chunk.Chunk<A>
1707
readonly remaining: number
1708
}
Callers
4
Queue.test.ts
File · 0.65
takeN
Method · 0.65
takeUpTo
Method · 0.65
takeN
Method · 0.65
Implementers
3
QueueSpy
packages/effect/test/Sink/constructors
ReplayWindowImpl
packages/effect/src/internal/pubsub.ts
MapDequeue
packages/effect/src/internal/groupBy.t
Calls
no outgoing calls
Tested by
1
takeN
Method · 0.52