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