MCPcopy Create free account
hub / github.com/effect-app/libs / annotateMerge

Method annotateMerge

repos/effect/packages/effect/src/unstable/rpc/Rpc.ts:166–166  ·  view source on GitHub ↗

* Merge the annotations of the rpc with the provided annotations.

(
    annotations: Context.Context<I>
  )

Source from the content-addressed store, hash-verified

164 * Merge the annotations of the rpc with the provided annotations.
165 */
166 annotateMerge<I>(
167 annotations: Context.Context<I>
168 ): Rpc<Tag, Payload, Success, Error, Middleware, Requires>
169}

Callers 6

OpenApi.test.tsFile · 0.65
UsersApiClass · 0.65
ApiClass · 0.65
Command.test.tsFile · 0.65
UsersApiGroupClass · 0.65
ApiClass · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected