Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BYVoid/OpenCC
/ PathString
Function
PathString
src/ConfigTest.cpp:46–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
44
namespace fs = std::filesystem;
45
46
std::string PathString(const fs::path& path) { return path.u8string(); }
47
48
std::string NormalizePathString(std::string path) {
49
for (char& ch : path) {
Callers
2
FindOcd2DictionaryDir
Function · 0.85
TEST_F
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected