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

Method capacity

packages/effect/test/Sink/constructors.test.ts:130–132  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

128 }
129
130 capacity(): number {
131 return Queue.capacity(this.backingQueue)
132 }
133
134 get size(): Effect.Effect<number> {
135 return Queue.size(this.backingQueue)

Callers

nothing calls this directly

Calls 1

capacityMethod · 0.65

Tested by

no test coverage detected