(q: any)
| 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", |
no test coverage detected
searching dependent graphs…