| 84 | } |
| 85 | |
| 86 | inline ValueRef FormatTransformation::wrap_output( |
| 87 | const ValueRef& output, Format format) const { |
| 88 | return m_value_type.make(output, format); |
| 89 | } |
| 90 | |
| 91 | inline ValueRefList FormatTransformation::wrap_outputs( |
| 92 | const ValueRefList& outputs, Format format) const { |
no test coverage detected