(rawVal: unknown, dimInfo: ExternalDimensionDefinition)
| 154 | } |
| 155 | |
| 156 | convertValue(rawVal: unknown, dimInfo: ExternalDimensionDefinition): ParsedValue { |
| 157 | return parseDataValue(rawVal, dimInfo); |
| 158 | } |
| 159 | } |
| 160 | |
| 161 |
nothing calls this directly
no test coverage detected