(s, t, fields, as)
| 118246 | } |
| 118247 | }); |
| 118248 | function project(s, t, fields, as) { |
| 118249 | for(let i = 0, n = fields.length; i < n; ++i)t[as[i]] = fields[i](s); |
| 118250 | return t; |
| 118251 | } |
| 118252 | /** |
| 118253 | * Proxy the value of another operator as a pure signal value. |
| 118254 | * Ensures no tuples are propagated. |
no test coverage detected