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

Method unsafeOffer

packages/effect/test/Sink/constructors.test.ts:118–120  ·  view source on GitHub ↗
(value: A)

Source from the content-addressed store, hash-verified

116 }
117
118 unsafeOffer(value: A): boolean {
119 return Queue.unsafeOffer(this.backingQueue, value)
120 }
121
122 offer(a: A) {
123 return Queue.offer(this.backingQueue, a)

Callers

nothing calls this directly

Calls 1

unsafeOfferMethod · 0.65

Tested by

no test coverage detected