| 788 | } |
| 789 | |
| 790 | void MessageParser::parseAppMsgOpen(const WXAPPMSG& appMsg, const XmlParser& xmlParser, const Session& session, TemplateValues& tv) const |
| 791 | { |
| 792 | parseAppMsgDefault(appMsg, xmlParser, session, tv); |
| 793 | } |
| 794 | |
| 795 | void MessageParser::parseAppMsgEmoji(const WXAPPMSG& appMsg, const XmlParser& xmlParser, const Session& session, TemplateValues& tv) const |
| 796 | { |
nothing calls this directly
no outgoing calls
no test coverage detected