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

Method parseAppMsgVideo

WechatExporter/core/MessageParser.cpp:727–730  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

725}
726
727void MessageParser::parseAppMsgVideo(const WXAPPMSG& appMsg, const XmlParser& xmlParser, const Session& session, TemplateValues& tv) const
728{
729 parseAppMsgDefault(appMsg, xmlParser, session, tv);
730}
731
732void MessageParser::parseAppMsgEmotion(const WXAPPMSG& appMsg, const XmlParser& xmlParser, const Session& session, TemplateValues& tv) const
733{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected