Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Effect-TS/effect
/ capacity
Method
capacity
packages/effect/src/internal/groupBy.ts:329–331 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
327
}
328
329
capacity(): number {
330
return
Queue.capacity(this.dequeue)
331
}
332
333
get size(): Effect.Effect<number> {
334
return
Queue.size(this.dequeue)
Callers
nothing calls this directly
Calls
1
capacity
Method · 0.65
Tested by
no test coverage detected