| 111 | } |
| 112 | |
| 113 | std::string MacroConditionWebsocket::GetShortDesc() const |
| 114 | { |
| 115 | if (_type == Type::REQUEST) { |
| 116 | return ""; |
| 117 | } |
| 118 | return GetWeakConnectionName(_connection); |
| 119 | } |
| 120 | |
| 121 | void MacroConditionWebsocket::SetType(Type type) |
| 122 | { |
no test coverage detected