| 91 | } |
| 92 | |
| 93 | void PendingMessage::SetChoiceResetColors(bool value) { |
| 94 | choice_reset_color = value; |
| 95 | } |
| 96 | |
| 97 | std::string PendingMessage::ApplyTextInsertingCommands(std::string input, uint32_t escape_char, const CommandInserter& cmd_fn) { |
| 98 | if (input.empty()) { |
no outgoing calls
no test coverage detected