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

Function and

packages/effect-app/src/Model/query/dsl.ts:383–384  ·  view source on GitHub ↗
(...operation: any[])

Source from the content-addressed store, hash-verified

381 constructor() {
382 super({ value: "initial" as const })
383 }
384 override pipe() {
385 // eslint-disable-next-line prefer-rest-params
386 return Pipeable.pipeArguments(this, arguments)
387 }

Callers 5

query.test.tsFile · 0.90
mergeFunction · 0.90
rawQuery.test.tsFile · 0.90
query.tsFile · 0.90

Calls

no outgoing calls

Tested by 1

mergeFunction · 0.72