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

Function writeFile

WechatExporter/core/FileSystem.cpp:585–588  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

583}
584
585bool writeFile(const std::string& path, const std::vector<unsigned char>& data)
586{
587 return writeFile(path, &(data[0]), data.size());
588}
589
590bool writeFile(const std::string& path, const std::string& data)
591{

Callers 15

silkToPcmFunction · 0.85
runImplMethod · 0.85
exportUserMethod · 0.85
exportSessionMethod · 0.85
serializeMessagesMethod · 0.85
parseMethod · 0.85
parseAppMsgMethod · 0.85
parseStatusNotifyMethod · 0.85
parsePossibleFriendMethod · 0.85
parseVerificationMethod · 0.85
parseNoticeMethod · 0.85

Calls 2

openMethod · 0.80
writeMethod · 0.45

Tested by

no test coverage detected