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

Method parseAppMsgRedPacket

WechatExporter/core/MessageParser.cpp:896–899  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

894}
895
896void MessageParser::parseAppMsgRedPacket(const WXAPPMSG& appMsg, const XmlParser& xmlParser, const Session& session, TemplateValues& tv) const
897{
898 tv["%%MESSAGE%%"] = getLocaleString("[Red Packet]");
899}
900
901void MessageParser::parseAppMsgReaderType(const WXAPPMSG& appMsg, const XmlParser& xmlParser, const Session& session, TemplateValues& tv) const
902{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected