| 189 | } |
| 190 | |
| 191 | std::string MacroSegment::GetVariableValue() const |
| 192 | { |
| 193 | if (_supportsVariableValue) { |
| 194 | return _variableValue; |
| 195 | } |
| 196 | return ""; |
| 197 | } |
| 198 | |
| 199 | void MacroSegment::SetVariableValue(const std::string &value) |
| 200 | { |
no outgoing calls
no test coverage detected