(from, scope)
| 148182 | }; |
| 148183 | } |
| 148184 | function getDataRef(from, scope) { |
| 148185 | return from.$ref ? from : from.data && from.data.$ref ? from.data : ref(scope.getData(from.data).output); |
| 148186 | } |
| 148187 | function DataScope(scope, input, output, values, aggr) { |
| 148188 | this.scope = scope; // parent scope object |
| 148189 | this.input = input; // first operator in pipeline (tuple input) |
no test coverage detected