MCPcopy Index your code
hub / github.com/Effect-TS/effect / combine

Function combine

packages/effect/src/internal/supervisor/patch.ts:73–79  ·  view source on GitHub ↗
(self: SupervisorPatch, that: SupervisorPatch)

Source from the content-addressed store, hash-verified

71 * @internal
72 */
73export const combine = (self: SupervisorPatch, that: SupervisorPatch): SupervisorPatch => {
74 return {
75 _tag: OP_AND_THEN,
76 first: self,
77 second: that
78 }
79}
80
81/**
82 * Applies a `SupervisorPatch` to a `Supervisor` to produce a new `Supervisor`.

Callers 9

diffFunction · 0.70
combineAllFunction · 0.50
toOptionFunction · 0.50
diffFunction · 0.50
diffFunction · 0.50
diffFunction · 0.50
diffFunction · 0.50
diffFunction · 0.50
diffFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…