Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BlueMatthew/WechatExporter
/ normalizePath
Function
normalizePath
WechatExporter/core/FileSystem.cpp:718–723 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
716
}
717
718
std::string normalizePath(const std::string& path)
719
{
720
std::string p = path;
721
normalizePath(p);
722
return p;
723
}
724
725
void normalizePath(std::string& path)
726
{
Callers
8
copyFile
Method · 0.85
parse
Method · 0.85
parseEmotion
Method · 0.85
parseCard
Method · 0.85
parseChannelCard
Method · 0.85
parseChannels
Method · 0.85
copyPortraitIcon
Method · 0.85
openSqlite3ReadOnly
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected