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

Method parseFwdMsgMiniProgram

WechatExporter/core/MessageParser.cpp:1059–1064  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1057}
1058
1059void MessageParser::MessageParser::parseFwdMsgMiniProgram(const WXFWDMSG& fwdMsg, const XmlParser& xmlParser, xmlNodePtr itemNode, const Session& session, TemplateValues& tv) const
1060{
1061 std::string title;
1062 xmlParser.getChildNodeContent(itemNode, "datatitle", title);
1063 tv["%%MESSAGE%%"] = title;
1064}
1065
1066void MessageParser::MessageParser::parseFwdMsgChannels(const WXFWDMSG& fwdMsg, const XmlParser& xmlParser, xmlNodePtr itemNode, const Session& session, TemplateValues& tv) const
1067{

Callers

nothing calls this directly

Calls 1

getChildNodeContentMethod · 0.80

Tested by

no test coverage detected