MCPcopy 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

23export 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.tsFile · 0.65
optimizeFunction · 0.65
handleResponseFunction · 0.65
handleBuiltInOptionFunction · 0.65
matchOptionsFunction · 0.65
findOptionsFunction · 0.65
matchUnclusteredFunction · 0.65
getHelpInternalFunction · 0.65
loopFunction · 0.65
onInputFunction · 0.65
toWebFunction · 0.65
httpClient.tsFile · 0.65

Implementers 4

BoundedPubSubArbpackages/effect/src/internal/pubsub.ts
BoundedPubSubPow2packages/effect/src/internal/pubsub.ts
BoundedPubSubSinglepackages/effect/src/internal/pubsub.ts
UnboundedPubSubpackages/effect/src/internal/pubsub.ts

Calls

no outgoing calls

Tested by 1

isEmptyMethod · 0.52