Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Effect-TS/effect
/ isFull
Method
isFull
packages/effect/test/Sink/constructors.test.ts:160–162 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
158
}
159
160
get isFull(): Effect.Effect<boolean> {
161
return
Queue.isFull(this.backingQueue)
162
}
163
164
get isEmpty(): Effect.Effect<boolean> {
165
return
Queue.isEmpty(this.backingQueue)
Callers
nothing calls this directly
Calls
1
isFull
Method · 0.65
Tested by
no test coverage detected