Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.ts
File · 0.65
make
Function · 0.65
make
Function · 0.65
make
Function · 0.65
Client.integration.test.ts
File · 0.65
Persistence.integration.test.ts
File · 0.65
PgClient.ts
File · 0.65
fromClient
Function · 0.65
SqlEventLogServerEncrypted.test.ts
File · 0.65
make
Function · 0.65
makeMemory
Function · 0.65
make
Function · 0.65
Implementers
1
ReplayWindowImpl
packages/effect/src/PubSub.ts
Calls
no outgoing calls
Tested by
no test coverage detected