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

Function runCF

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

Source from the content-addressed store, hash-verified

1901 }),
1902 computed({
1903 totalRaw: relation<Row>("items").sumExpr(weighted, where("weight", "gte", 0)),
1904 totalsByUnit: relation<Row>("items").sumExprBy(weighted, { unit: "tradeUnit.unit" }, where("weight", "gte", 0)),
1905 totalKg: relation<Row>("items").sumExprNormalized(weighted, {
1906 unit: "tradeUnit.unit",

Callers 1

query.test.tsFile · 0.85

Calls 3

toFilterFunction · 0.90
memFilterFunction · 0.85
mapMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…