| 1868 | } |
| 1869 | |
| 1870 | static void common_chat_parse_content_only(common_chat_msg_parser & builder) { |
| 1871 | builder.add_content(builder.consume_rest()); |
| 1872 | } |
| 1873 | |
| 1874 | static void common_chat_parse(common_chat_msg_parser & builder) { |
| 1875 | LOG_DBG("Parsing input with format %s: %s\n", common_chat_format_name(builder.syntax().format), builder.input().c_str()); |
no test coverage detected