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

Method withRequestId

packages/cluster/src/Reply.ts:233–238  ·  view source on GitHub ↗

* @since 1.0.0

(requestId: Snowflake)

Source from the content-addressed store, hash-verified

231 * @since 1.0.0
232 */
233 withRequestId(requestId: Snowflake): Chunk<R> {
234 return new Chunk({
235 ...this,
236 requestId
237 })
238 }
239}
240
241/**

Callers 2

notifyWithFunction · 0.45
respondFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected