MCPcopy
hub / github.com/Effect-TS/effect / length

Method length

packages/effect/src/Queue.ts:327–327  ·  view source on GitHub ↗

* Returns the number of elements currently in the queue

()

Source from the content-addressed store, hash-verified

325 * Returns the number of elements currently in the queue
326 */
327 length(): number
328}
329
330/**

Callers 15

Schema.tst.tsFile · 0.65
String.test.tsFile · 0.65
Array.test.tsFile · 0.65
JSONSchema.test.tsFile · 0.65
Arbitrary.test.tsFile · 0.65
length.test.tsFile · 0.65
lengthFunction · 0.65
isFullFunction · 0.65

Implementers 1

BackingQueueFromMutableQueuepackages/effect/src/internal/queue.ts

Calls

no outgoing calls

Tested by

no test coverage detected