MCPcopy Create free account
hub / github.com/Effect-TS/effect / take

Method take

packages/effect/src/PubSub.ts:140–140  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

138 */
139 export interface ReplayWindow<A> {
140 take(): A | undefined
141 takeN(n: number): Array<A>
142 takeAll(): Array<A>
143 close(): void

Callers 15

pubsub.tsFile · 0.65
makeFunction · 0.65
makeFunction · 0.65
makeFunction · 0.65
PgClient.tsFile · 0.65
fromClientFunction · 0.65
makeFunction · 0.65
makeMemoryFunction · 0.65
makeFunction · 0.65

Implementers 1

ReplayWindowImplpackages/effect/src/PubSub.ts

Calls

no outgoing calls

Tested by

no test coverage detected