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

Method parseAppMsgOpen

WechatExporter/core/MessageParser.cpp:790–793  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

788}
789
790void MessageParser::parseAppMsgOpen(const WXAPPMSG& appMsg, const XmlParser& xmlParser, const Session& session, TemplateValues& tv) const
791{
792 parseAppMsgDefault(appMsg, xmlParser, session, tv);
793}
794
795void MessageParser::parseAppMsgEmoji(const WXAPPMSG& appMsg, const XmlParser& xmlParser, const Session& session, TemplateValues& tv) const
796{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected