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

Method parseStatusNotify

WechatExporter/core/MessageParser.cpp:567–573  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

565}
566
567void MessageParser::parseStatusNotify(const WXMSG& msg, const Session& session, TemplateValues& tv) const
568{
569#ifndef NDEBUG
570 writeFile(combinePath(m_outputPath, "../dbg", "msg_" + std::to_string(msg.type) + msg.msgId + ".txt"), msg.content);
571#endif
572 parseText(msg, session, tv);
573}
574
575void MessageParser::parsePossibleFriend(const WXMSG& msg, const Session& session, TemplateValues& tv) const
576{

Callers

nothing calls this directly

Calls 2

writeFileFunction · 0.85
combinePathFunction · 0.85

Tested by

no test coverage detected