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

Class And

packages/effect-app/src/Model/query/dsl.ts:290–300  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

288 | {
289 readonly _tag: "relation-sum-expr"
290 readonly path: string
291 readonly expression: ComputedProjectionMathExpression
292 readonly operation?: ComputedProjectionOperation
293 }
294 | {
295 readonly _tag: "relation-sum-expr-by"
296 readonly path: string
297 readonly expression: ComputedProjectionMathExpression
298 readonly unit: string
299 readonly operation?: ComputedProjectionOperation
300 }
301 | {
302 readonly _tag: "relation-sum-expr-normalized"
303 readonly path: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected