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

Method unsafeSize

packages/effect/test/Sink/constructors.test.ts:138–140  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

136 }
137
138 unsafeSize(): Option.Option<number> {
139 return this.backingQueue.unsafeSize()
140 }
141
142 get awaitShutdown(): Effect.Effect<void> {
143 return Queue.awaitShutdown(this.backingQueue)

Callers

nothing calls this directly

Calls 1

unsafeSizeMethod · 0.65

Tested by

no test coverage detected