MCPcopy Create free account
hub / github.com/Effect-TS/effect / unsafeSize

Method unsafeSize

packages/effect/src/internal/groupBy.ts:337–339  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

335 }
336
337 unsafeSize(): Option.Option<number> {
338 return this.dequeue.unsafeSize()
339 }
340
341 get awaitShutdown(): Effect.Effect<void> {
342 return Queue.awaitShutdown(this.dequeue)

Callers

nothing calls this directly

Calls 1

unsafeSizeMethod · 0.65

Tested by

no test coverage detected