MCPcopy 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 */
1061export const size = (self: TxQueueState): Effect.Effect<number> => TxChunk.size(self.items)
1062
1063/**
1064 * Checks whether the queue is empty.

Callers 2

TxQueue.tsFile · 0.70
isFullFunction · 0.70

Calls 1

sizeMethod · 0.65

Tested by

no test coverage detected