Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.ts
File · 0.70
Calls
2
and
Function · 0.90
pipe
Function · 0.50
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…