MCPcopy 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

44namespace fs = std::filesystem;
45
46std::string PathString(const fs::path& path) { return path.u8string(); }
47
48std::string NormalizePathString(std::string path) {
49 for (char& ch : path) {

Callers 2

FindOcd2DictionaryDirFunction · 0.85
TEST_FFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected