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

Method parseAppMsgImage

WechatExporter/core/MessageParser.cpp:717–720  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

715}
716
717void MessageParser::parseAppMsgImage(const WXAPPMSG& appMsg, const XmlParser& xmlParser, const Session& session, TemplateValues& tv) const
718{
719 parseAppMsgDefault(appMsg, xmlParser, session, tv);
720}
721
722void MessageParser::parseAppMsgAudio(const WXAPPMSG& appMsg, const XmlParser& xmlParser, const Session& session, TemplateValues& tv) const
723{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected