Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Effect-TS/effect
/ isEmpty
Method
isEmpty
packages/effect/src/internal/pubsub.ts:25–25 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
23
export
interface
AtomicPubSub<in out A> {
24
readonly capacity: number
25
isEmpty(): boolean
26
isFull(): boolean
27
size(): number
28
publish(value: A): boolean
Callers
15
doc.test.ts
File · 0.65
optimize
Function · 0.65
handleResponse
Function · 0.65
handleBuiltInOption
Function · 0.65
matchOptions
Function · 0.65
findOptions
Function · 0.65
matchUnclustered
Function · 0.65
getHelpInternal
Function · 0.65
loop
Function · 0.65
onInput
Function · 0.65
toWeb
Function · 0.65
httpClient.ts
File · 0.65
Implementers
4
BoundedPubSubArb
packages/effect/src/internal/pubsub.ts
BoundedPubSubPow2
packages/effect/src/internal/pubsub.ts
BoundedPubSubSingle
packages/effect/src/internal/pubsub.ts
UnboundedPubSub
packages/effect/src/internal/pubsub.ts
Calls
no outgoing calls
Tested by
1
isEmpty
Method · 0.52