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

Method parseAppMsgTransfer

WechatExporter/core/MessageParser.cpp:891–894  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

889}
890
891void MessageParser::parseAppMsgTransfer(const WXAPPMSG& appMsg, const XmlParser& xmlParser, const Session& session, TemplateValues& tv) const
892{
893 tv["%%MESSAGE%%"] = getLocaleString("[Transfer]");
894}
895
896void MessageParser::parseAppMsgRedPacket(const WXAPPMSG& appMsg, const XmlParser& xmlParser, const Session& session, TemplateValues& tv) const
897{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected