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

Method add

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

* Add one or more procedures to the group.

(
    ...rpcs: Rpcs2
  )

Source from the content-addressed store, hash-verified

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

Callers 15

Atom.tsFile · 0.65
readFunction · 0.65
makeStreamPullEffectFunction · 0.65
invalidateFunction · 0.65
registerUnsafeFunction · 0.65
setNodeTimeoutMethod · 0.65
setInitialValueMethod · 0.65
setValueMethod · 0.65
subscribeMethod · 0.65
makeWithTransactionFunction · 0.65
layerHttpFunction · 0.65
Command.tsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected