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

Method offer

packages/effect/src/internal/pubsub.ts:1245–1247  ·  view source on GitHub ↗
(value: A)

Source from the content-addressed store, hash-verified

1243 }
1244
1245 offer(value: A): Effect.Effect<boolean> {
1246 return this.publish(value)
1247 }
1248
1249 offerAll(elements: Iterable<A>): Effect.Effect<boolean> {
1250 return this.publishAll(elements)

Callers

nothing calls this directly

Calls 1

publishMethod · 0.95

Tested by

no test coverage detected