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

Function merge

packages/infra/test/query.test.ts:79–79  ·  view source on GitHub ↗
(b: any)

Source from the content-addressed store, hash-verified

77 const b = make().pipe(where("d", "e"), or("f", "g"))
78
79 const merge = (b: any) => (a: any) => pipe(a, and(() => b))
80
81 const r = pipe(a, merge(b), toFilter, (_) => _.filter)
82

Callers 1

query.test.tsFile · 0.70

Calls 2

andFunction · 0.90
pipeFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…