MCPcopy Create free account
hub / github.com/BlueMatthew/WechatExporter / parseAppMsgCard

Method parseAppMsgCard

WechatExporter/core/MessageParser.cpp:820–823  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

818}
819
820void MessageParser::parseAppMsgCard(const WXAPPMSG& appMsg, const XmlParser& xmlParser, const Session& session, TemplateValues& tv) const
821{
822 parseAppMsgDefault(appMsg, xmlParser, session, tv);
823}
824
825void MessageParser::parseAppMsgChannelCard(const WXAPPMSG& appMsg, const XmlParser& xmlParser, const Session& session, TemplateValues& tv) const
826{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected