Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Effect-TS/effect
/ size
Method
size
packages/effect/test/Sink/constructors.test.ts:134–136 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
132
}
133
134
get size(): Effect.Effect<number> {
135
return
Queue.size(this.backingQueue)
136
}
137
138
unsafeSize(): Option.Option<number> {
139
return
this.backingQueue.unsafeSize()
Callers
nothing calls this directly
Calls
1
size
Method · 0.65
Tested by
no test coverage detected