| 376 | } |
| 377 | |
| 378 | void MIVariable::setValueToOptionalValueFieldOf(const Value& tupleValue) |
| 379 | { |
| 380 | if (tupleValue.hasField(valueField())) { |
| 381 | setValueToValueFieldOf(tupleValue); |
| 382 | } |
| 383 | } |
| 384 | |
| 385 | std::function<void(const ResultRecord&)> MIVariable::handlerOfSetFormatCommand() |
| 386 | { |
no test coverage detected