| 725 | } |
| 726 | |
| 727 | void MessageParser::parseAppMsgVideo(const WXAPPMSG& appMsg, const XmlParser& xmlParser, const Session& session, TemplateValues& tv) const |
| 728 | { |
| 729 | parseAppMsgDefault(appMsg, xmlParser, session, tv); |
| 730 | } |
| 731 | |
| 732 | void MessageParser::parseAppMsgEmotion(const WXAPPMSG& appMsg, const XmlParser& xmlParser, const Session& session, TemplateValues& tv) const |
| 733 | { |
nothing calls this directly
no outgoing calls
no test coverage detected