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

Method add

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

* Add one or more procedures to the group.

(
    ...rpcs: Rpcs2
  )

Source from the content-addressed store, hash-verified

42 * Add one or more procedures to the group.
43 */
44 add<const Rpcs2 extends ReadonlyArray<Rpc.Any>>(
45 ...rpcs: Rpcs2
46 ): RpcGroup<R | Rpcs2[number]>
47

Callers 15

makeMemoryFunction · 0.65
layerMemoryConfigFunction · 0.65
layerMemoryFunction · 0.65
layerFunction · 0.65
layerConfigFunction · 0.65
makeFunction · 0.65
makeExecuteFunction · 0.65
makeWithTransactionFunction · 0.65
layerConfigFunction · 0.65
layerFunction · 0.65
layerFunction · 0.65
processSpaceFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected