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

Method offer

packages/effect/test/Sink/constructors.test.ts:122–124  ·  view source on GitHub ↗
(a: A)

Source from the content-addressed store, hash-verified

120 }
121
122 offer(a: A) {
123 return Queue.offer(this.backingQueue, a)
124 }
125
126 offerAll(elements: Iterable<A>) {
127 return Queue.offerAll(this.backingQueue, elements)

Callers

nothing calls this directly

Calls 1

offerMethod · 0.65

Tested by

no test coverage detected