MCPcopy Create free account
hub / github.com/effect-app/libs / take

Method take

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

Source from the content-addressed store, hash-verified

137 * @since 4.0.0
138 */
139 export interface ReplayWindow<A> {
140 take(): A | undefined
141 takeN(n: number): Array<A>
142 takeAll(): Array<A>

Callers 15

SEM_withPermitsDurationFunction · 0.65
memFilterFunction · 0.65
e2eSuiteFunction · 0.65
pubsub.tsFile · 0.65
makeFunction · 0.65
makeFunction · 0.65
makeFunction · 0.65
Client.test.tsFile · 0.65
PgClient.tsFile · 0.65
fromClientFunction · 0.65

Implementers 1

ReplayWindowImplrepos/effect/packages/effect/src/PubSu

Calls

no outgoing calls

Tested by

no test coverage detected