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

Method merge

packages/rpc/src/RpcGroup.ts:51–51  ·  view source on GitHub ↗

* Merge this group with one or more other groups.

(
    ...groups: Groups
  )

Source from the content-addressed store, hash-verified

49 * Merge this group with one or more other groups.
50 */
51 merge<const Groups extends ReadonlyArray<Any>>(
52 ...groups: Groups
53 ): RpcGroup<R | Rpcs<Groups[number]>>
54

Callers 15

RpcWorker.test.tsFile · 0.80
layerFunction · 0.80
layerPlatformFunction · 0.80
entriesFunction · 0.80
layerFileSystemFunction · 0.80
runFunction · 0.80
RpcServer.test.tsFile · 0.80
layerFunction · 0.80
layerPlatformFunction · 0.80
fileWebResponseFunction · 0.80
layerWithTokenizerFunction · 0.80

Calls

no outgoing calls

Tested by 1

entriesFunction · 0.64