MCPcopy
hub / github.com/Effect-TS/effect / isFull

Method isFull

packages/effect/src/internal/pubsub.ts:26–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24 readonly capacity: number
25 isEmpty(): boolean
26 isFull(): boolean
27 size(): number
28 publish(value: A): boolean
29 publishAll(elements: Iterable<A>): Chunk.Chunk<A>

Callers 6

offerFunction · 0.65
TQueue.test.tsFile · 0.65
isFullMethod · 0.65
isFullMethod · 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

isFullMethod · 0.52