Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_withPermitsDuration
Function · 0.65
memFilter
Function · 0.65
IndexedDbQueryBuilder.test.ts
File · 0.65
e2eSuite
Function · 0.65
pubsub.ts
File · 0.65
make
Function · 0.65
make
Function · 0.65
make
Function · 0.65
Client.test.ts
File · 0.65
PgClient.ts
File · 0.65
fromClient
Function · 0.65
SqlEventLogServerEncrypted.test.ts
File · 0.65
Implementers
1
ReplayWindowImpl
repos/effect/packages/effect/src/PubSu
Calls
no outgoing calls
Tested by
no test coverage detected