Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Effect-TS/effect
/ size
Function
size
packages/effect/src/TxQueue.ts:1061–1061 ·
view source on GitHub ↗
(self: TxQueueState)
Source
from the content-addressed store, hash-verified
1059
* @since 2.0.0
1060
*/
1061
export
const
size = (self: TxQueueState): Effect.Effect<number> => TxChunk.size(self.items)
1062
1063
/**
1064
* Checks whether the queue is empty.
Callers
2
TxQueue.ts
File · 0.70
isFull
Function · 0.70
Calls
1
size
Method · 0.65
Tested by
no test coverage detected