| 818 | } |
| 819 | |
| 820 | void MessageParser::parseAppMsgCard(const WXAPPMSG& appMsg, const XmlParser& xmlParser, const Session& session, TemplateValues& tv) const |
| 821 | { |
| 822 | parseAppMsgDefault(appMsg, xmlParser, session, tv); |
| 823 | } |
| 824 | |
| 825 | void MessageParser::parseAppMsgChannelCard(const WXAPPMSG& appMsg, const XmlParser& xmlParser, const Session& session, TemplateValues& tv) const |
| 826 | { |
nothing calls this directly
no outgoing calls
no test coverage detected