MCPcopy Index your code
hub / github.com/Effect-TS/effect / capacity

Method capacity

packages/effect/src/Queue.ts:193–193  ·  view source on GitHub ↗

* Returns the number of elements the queue can hold.

()

Source from the content-addressed store, hash-verified

191 * Returns the number of elements the queue can hold.
192 */
193 capacity(): number
194
195 /**
196 * Returns false if shutdown has been called.

Callers 12

capacityMethod · 0.65
capacityFunction · 0.65
capacityMethod · 0.65
capacityMethod · 0.65
capacityFunction · 0.65
unsafeOfferMethod · 0.65
capacityMethod · 0.65
capacityMethod · 0.65
capacityFunction · 0.65
capacityFunction · 0.65

Implementers 5

QueueSpypackages/effect/test/Sink/constructors
SubscriptionImplpackages/effect/src/internal/pubsub.ts
PubSubImplpackages/effect/src/internal/pubsub.ts
QueueImplpackages/effect/src/internal/queue.ts
MapDequeuepackages/effect/src/internal/groupBy.t

Calls

no outgoing calls

Tested by 1

capacityMethod · 0.52