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

Method isFull

packages/effect/src/internal/queue.ts:117–119  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

115 }
116
117 get isFull(): Effect.Effect<boolean> {
118 return core.map(this.size, (size) => size >= this.capacity())
119 }
120
121 get shutdown(): Effect.Effect<void> {
122 return core.uninterruptible(

Callers

nothing calls this directly

Calls 2

capacityMethod · 0.95
mapMethod · 0.65

Tested by

no test coverage detected